InferenceExperimentEndpointMetadata

data class InferenceExperimentEndpointMetadata(val endpointConfigName: String? = null, val endpointName: String, val endpointStatus: InferenceExperimentEndpointMetadataEndpointStatus? = null)

The metadata of the endpoint on which the inference experiment ran.

Constructors

Link copied to clipboard
constructor(endpointConfigName: String? = null, endpointName: String, endpointStatus: InferenceExperimentEndpointMetadataEndpointStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the endpoint configuration.

Link copied to clipboard

The name of the endpoint.

Link copied to clipboard

The status of the endpoint. For possible values of the status of an endpoint.