GetInferenceExperimentResult

data class GetInferenceExperimentResult(val arn: String? = null, val creationTime: String? = null, val dataStorageConfig: InferenceExperimentDataStorageConfig? = null, val description: String? = null, val desiredState: InferenceExperimentDesiredState? = null, val endpointMetadata: InferenceExperimentEndpointMetadata? = null, val lastModifiedTime: String? = null, val modelVariants: List<InferenceExperimentModelVariantConfig>? = null, val schedule: InferenceExperimentSchedule? = null, val shadowModeConfig: InferenceExperimentShadowModeConfig? = null, val status: InferenceExperimentStatus? = null, val statusReason: String? = null, val tags: List<InferenceExperimentTag>? = null)

Constructors

Link copied to clipboard
fun GetInferenceExperimentResult(arn: String? = null, creationTime: String? = null, dataStorageConfig: InferenceExperimentDataStorageConfig? = null, description: String? = null, desiredState: InferenceExperimentDesiredState? = null, endpointMetadata: InferenceExperimentEndpointMetadata? = null, lastModifiedTime: String? = null, modelVariants: List<InferenceExperimentModelVariantConfig>? = null, schedule: InferenceExperimentSchedule? = null, shadowModeConfig: InferenceExperimentShadowModeConfig? = null, status: InferenceExperimentStatus? = null, statusReason: String? = null, tags: List<InferenceExperimentTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the inference experiment.

Link copied to clipboard
val creationTime: String? = null

The timestamp at which you created the inference experiment.

Link copied to clipboard
val description: String? = null

The description of the inference experiment.

Link copied to clipboard

The desired state of the experiment after starting or stopping operation.

Link copied to clipboard

The timestamp at which you last modified the inference experiment.

Link copied to clipboard

An array of ModelVariantConfig objects. Each ModelVariantConfig object in the array describes the infrastructure configuration for the corresponding variant.

Link copied to clipboard
Link copied to clipboard

The status of the inference experiment.

Link copied to clipboard
val statusReason: String? = null

The error message or client-specified reason from the StopInferenceExperiment API, that explains the status of the inference experiment.

Link copied to clipboard

An array of key-value pairs to apply to this resource.