Get Inference Profiles Inference Profile Summary
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)
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
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
.