property
primaryEndpointEndpointReferencegetGets 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;}connectionStringExpressionReferenceExpressiongethostEndpointReferenceExpressiongetmodelsstring[]getportEndpointReferenceExpressiongetprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetwithDataVolume( name?: string, isReadOnly?: boolean): OllamaResourceParameters
namestringoptionalisReadOnlybooleanoptional= FalseReturns
OllamaResourcewithGPUSupport(vendor?: OllamaGpuVendor): OllamaResourceParameters
vendorOllamaGpuVendoroptional= NvidiaReturns
OllamaResource