public static interface ModelVersionSummary.Builder extends SdkPojo, CopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
ModelVersionSummary.Builder |
createdAt(Instant createdAt)
The time when this model version was created.
|
ModelVersionSummary.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
|
ModelVersionSummary.Builder |
modelName(String modelName)
The name of the model that this model version is a version of.
|
ModelVersionSummary.Builder |
modelVersion(Long modelVersion)
The version of the model.
|
ModelVersionSummary.Builder |
modelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
ModelVersionSummary.Builder |
sourceType(ModelVersionSourceType sourceType)
Indicates how this model version was generated.
|
ModelVersionSummary.Builder |
sourceType(String sourceType)
Indicates how this model version was generated.
|
ModelVersionSummary.Builder |
status(ModelVersionStatus status)
The current status of the model version.
|
ModelVersionSummary.Builder |
status(String status)
The current status of the model version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelVersionSummary.Builder modelName(String modelName)
The name of the model that this model version is a version of.
modelName - The name of the model that this model version is a version of.ModelVersionSummary.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
modelArn - The Amazon Resource Name (ARN) of the model that this model version is a version of.ModelVersionSummary.Builder modelVersion(Long modelVersion)
The version of the model.
modelVersion - The version of the model.ModelVersionSummary.Builder modelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
modelVersionArn - The Amazon Resource Name (ARN) of the model version.ModelVersionSummary.Builder createdAt(Instant createdAt)
The time when this model version was created.
createdAt - The time when this model version was created.ModelVersionSummary.Builder status(String status)
The current status of the model version.
status - The current status of the model version.ModelVersionStatus,
ModelVersionStatusModelVersionSummary.Builder status(ModelVersionStatus status)
The current status of the model version.
status - The current status of the model version.ModelVersionStatus,
ModelVersionStatusModelVersionSummary.Builder sourceType(String sourceType)
Indicates how this model version was generated.
sourceType - Indicates how this model version was generated.ModelVersionSourceType,
ModelVersionSourceTypeModelVersionSummary.Builder sourceType(ModelVersionSourceType sourceType)
Indicates how this model version was generated.
sourceType - Indicates how this model version was generated.ModelVersionSourceType,
ModelVersionSourceTypeCopyright © 2023. All rights reserved.