Interface ModelVersionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelVersionSummary.Builder,
,ModelVersionSummary> SdkBuilder<ModelVersionSummary.Builder,
,ModelVersionSummary> SdkPojo
- Enclosing class:
ModelVersionSummary
public static interface ModelVersionSummary.Builder
extends SdkPojo, CopyableBuilder<ModelVersionSummary.Builder,ModelVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe time when this model version was created.The Amazon Resource Name (ARN) of the model that this model version is a version of.The name of the model that this model version is a version of.modelVersion
(Long modelVersion) The version of the model.modelVersionArn
(String modelVersionArn) The Amazon Resource Name (ARN) of the model version.sourceType
(String sourceType) Indicates how this model version was generated.sourceType
(ModelVersionSourceType sourceType) Indicates how this model version was generated.The current status of the model version.status
(ModelVersionStatus status) The current status of the model version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelName
The name of the model that this model version is a version of.
- Parameters:
modelName
- The name of the model that this model version is a version of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
The Amazon Resource Name (ARN) of the model that this model version is a version of.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) of the model that this model version is a version of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersion
The version of the model.
- Parameters:
modelVersion
- The version of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelVersionArn
The Amazon Resource Name (ARN) of the model version.
- Parameters:
modelVersionArn
- The Amazon Resource Name (ARN) of the model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time when this model version was created.
- Parameters:
createdAt
- The time when this model version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the model version.
- Parameters:
status
- The current status of the model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the model version.
- Parameters:
status
- The current status of the model version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
Indicates how this model version was generated.
- Parameters:
sourceType
- Indicates how this model version was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
Indicates how this model version was generated.
- Parameters:
sourceType
- Indicates how this model version was generated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-