GetApplicationInferenceProfileResult

data class GetApplicationInferenceProfileResult(val createdAt: String? = null, val inferenceProfileArn: String? = null, val inferenceProfileId: String? = null, val inferenceProfileIdentifier: String? = null, val models: List<ApplicationInferenceProfileInferenceProfileModel>? = null, val status: ApplicationInferenceProfileInferenceProfileStatus? = null, val tags: List<Tag>? = null, val type: ApplicationInferenceProfileInferenceProfileType? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, inferenceProfileArn: String? = null, inferenceProfileId: String? = null, inferenceProfileIdentifier: String? = null, models: List<ApplicationInferenceProfileInferenceProfileModel>? = null, status: ApplicationInferenceProfileInferenceProfileStatus? = null, tags: List<Tag>? = null, type: ApplicationInferenceProfileInferenceProfileType? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

Time Stamp

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

Inference profile identifier. Supports both system-defined inference profile ids, and inference profile ARNs.

Link copied to clipboard

List of model configuration

Link copied to clipboard

The status of the inference profile. ACTIVE means that the inference profile is ready to be used.

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

List of Tags

Link copied to clipboard

The type of the inference profile. The following types are possible:

Link copied to clipboard
val updatedAt: String? = null

Time Stamp