Get Inference Profile Result
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
Properties
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
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
.