property
primaryEndpointEndpointReferencegetGets the primary HTTP endpoint.
API references are intentionally omitted from this search. To find API references, please search these dedicated API pages instead:
interface StableDiffusionCppResource extends IComputeResource, IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithArgs, IResourceWithConnectionString, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport, IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly imageVariant: StableDiffusionCppImageVariant; model: StableDiffusionCppModelResource; readonly primaryEndpoint: EndpointReference; readonly uriExpression: ReferenceExpression; addHuggingFaceModel( repository: string, fileName: string, revision?: string): StableDiffusionCppModelResource; addNamedHuggingFaceModel( name: string, repository: string, fileName: string, revision?: string): StableDiffusionCppModelResource; withGPUSupport(): StableDiffusionCppResource; withHuggingFaceToken(token: ParameterResource): StableDiffusionCppResource; withVaeTiling(): StableDiffusionCppResource;}connectionStringExpressionReferenceExpressiongetimageVariantStableDiffusionCppImageVariantgetmodelStableDiffusionCppModelResourceget · setprimaryEndpointEndpointReferencegeturiExpressionReferenceExpressiongetaddHuggingFaceModel( repository: string, fileName: string, revision?: string): StableDiffusionCppModelResourceParameters
repositorystringfileNamestringrevisionstringoptional= mainReturns
StableDiffusionCppModelResourceaddNamedHuggingFaceModel( name: string, repository: string, fileName: string, revision?: string): StableDiffusionCppModelResourceParameters
namestringrepositorystringfileNamestringrevisionstringoptional= mainReturns
StableDiffusionCppModelResourcewithGPUSupport(): StableDiffusionCppResourceReturns
StableDiffusionCppResourcewithHuggingFaceToken(token: ParameterResource): StableDiffusionCppResourceParameters
tokenParameterResourceReturns
StableDiffusionCppResourcewithVaeTiling(): StableDiffusionCppResourceReturns
StableDiffusionCppResource