GetInferenceProfilesInferenceProfileSummary

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

Constructors

constructor(createdAt: String, description: String, inferenceProfileArn: String, inferenceProfileId: String, inferenceProfileName: String, models: List<GetInferenceProfilesInferenceProfileSummaryModel>, 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

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

Link copied to clipboard

The unique identifier of the inference profile.

Link copied to clipboard

The name 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.

Link copied to clipboard

The time at which the inference profile was last updated.