Skip to main content

Interface: IComputeProvider

compute.v1.IComputeProvider

Properties of a ComputeProvider.

Implemented by

Properties

details

Optional details: null | IPayload

Contains provider-specific instructions and configuration. For server-implemented providers, use the SDK's default content converter to ensure the server can understand it. For remote-implemented providers, you might use your own content converters according to what the remote endpoints understand.


nexusEndpoint

Optional nexusEndpoint: null | string

Optional. If the compute provider is a Nexus service, this should point there.


type

Optional type: null | string

Type of the compute provider. This string is implementation-specific and can be used by implementations to understand how to interpret the contents of the provider_details field.