property
primaryEndpoint EndpointReference get Gets the PrimaryEndpoint property
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface OllamaResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IOllamaResource, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly host: EndpointReferenceExpression; readonly models: string[]; readonly port: EndpointReferenceExpression; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; withDataVolume( name?: string, isReadOnly?: boolean): OllamaResource; withGPUSupport(vendor?: OllamaGpuVendor): OllamaResource;}connectionStringExpression ReferenceExpression get host EndpointReferenceExpression get models string[] get port EndpointReferenceExpression get primaryEndpoint EndpointReference get uriExpression ReferenceExpression get withDataVolume( name?: string, isReadOnly?: boolean): OllamaResourceParameters
name string optional isReadOnly boolean optional = False Returns
OllamaResource withGPUSupport(vendor?: OllamaGpuVendor): OllamaResourceParameters
vendor OllamaGpuVendor optional = Nvidia Returns
OllamaResource