GetInferenceComponentResult

data class GetInferenceComponentResult(val creationTime: String? = null, val endpointArn: String? = null, val endpointName: String? = null, val failureReason: String? = null, val inferenceComponentArn: String? = null, val inferenceComponentName: String? = null, val inferenceComponentStatus: InferenceComponentStatus? = null, val lastModifiedTime: String? = null, val runtimeConfig: InferenceComponentRuntimeConfig? = null, val specification: InferenceComponentSpecification? = null, val tags: List<Tag>? = null, val variantName: String? = null)

Constructors

Link copied to clipboard
constructor(creationTime: String? = null, endpointArn: String? = null, endpointName: String? = null, failureReason: String? = null, inferenceComponentArn: String? = null, inferenceComponentName: String? = null, inferenceComponentStatus: InferenceComponentStatus? = null, lastModifiedTime: String? = null, runtimeConfig: InferenceComponentRuntimeConfig? = null, specification: InferenceComponentSpecification? = null, tags: List<Tag>? = null, variantName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val creationTime: String? = null

The time when the inference component was created.

Link copied to clipboard
val endpointArn: String? = null

The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.

Link copied to clipboard
val endpointName: String? = null

The name of the endpoint that hosts the inference component.

Link copied to clipboard
val failureReason: String? = null
Link copied to clipboard

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

Link copied to clipboard

The name of the inference component.

Link copied to clipboard

The status of the inference component.

Link copied to clipboard

The time when the inference component was last updated.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>? = null
Link copied to clipboard
val variantName: String? = null

The name of the production variant that hosts the inference component.