GetInferenceProfileResult

data class GetInferenceProfileResult(val createdAt: String, val description: String, val id: String, val inferenceProfileArn: String, val inferenceProfileId: String, val inferenceProfileName: String, val models: List<GetInferenceProfileModel>, val status: String, val type: String, val updatedAt: String)

A collection of values returned by getInferenceProfile.

Constructors

Link copied to clipboard
constructor(createdAt: String, description: String, id: String, inferenceProfileArn: String, inferenceProfileId: String, inferenceProfileName: String, models: List<GetInferenceProfileModel>, status: String, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the inference profile was created.

Link copied to clipboard

The description of the inference profile.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

The unique identifier of the inference profile.

Link copied to clipboard

A list of information about each model in the inference profile. See models.

Link copied to clipboard

The status of the inference profile. ACTIVE means that the inference profile is available to use.

Link copied to clipboard

The type of the inference profile. SYSTEM_DEFINED means that the inference profile is defined by Amazon Bedrock. APPLICATION means that the inference profile is defined by the user.

Link copied to clipboard

The time at which the inference profile was last updated.