public static interface ModelPackageGroup.Builder extends SdkPojo, CopyableBuilder<ModelPackageGroup.Builder,ModelPackageGroup>
| Modifier and Type | Method and Description |
|---|---|
default ModelPackageGroup.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
ModelPackageGroup.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
ModelPackageGroup.Builder |
creationTime(Instant creationTime)
The time that the model group was created.
|
ModelPackageGroup.Builder |
modelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
|
ModelPackageGroup.Builder |
modelPackageGroupDescription(String modelPackageGroupDescription)
The description for the model group.
|
ModelPackageGroup.Builder |
modelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
ModelPackageGroup.Builder |
modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group.
|
ModelPackageGroup.Builder |
modelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group.
|
ModelPackageGroup.Builder |
tags(Collection<Tag> tags)
A list of the tags associated with the model group.
|
ModelPackageGroup.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the model group.
|
ModelPackageGroup.Builder |
tags(Tag... tags)
A list of the tags associated with the model group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelPackageGroup.Builder modelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName - The name of the model group.ModelPackageGroup.Builder modelPackageGroupArn(String modelPackageGroupArn)
The Amazon Resource Name (ARN) of the model group.
modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.ModelPackageGroup.Builder modelPackageGroupDescription(String modelPackageGroupDescription)
The description for the model group.
modelPackageGroupDescription - The description for the model group.ModelPackageGroup.Builder creationTime(Instant creationTime)
The time that the model group was created.
creationTime - The time that the model group was created.ModelPackageGroup.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default ModelPackageGroup.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to create
one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)ModelPackageGroup.Builder modelPackageGroupStatus(String modelPackageGroupStatus)
The status of the model group. This can be one of the following values.
PENDING - The model group is pending being created.
IN_PROGRESS - The model group is in the process of being created.
COMPLETED - The model group was successfully created.
FAILED - The model group failed.
DELETING - The model group is in the process of being deleted.
DELETE_FAILED - SageMaker failed to delete the model group.
modelPackageGroupStatus - The status of the model group. This can be one of the following values.
PENDING - The model group is pending being created.
IN_PROGRESS - The model group is in the process of being created.
COMPLETED - The model group was successfully created.
FAILED - The model group failed.
DELETING - The model group is in the process of being deleted.
DELETE_FAILED - SageMaker failed to delete the model group.
ModelPackageGroupStatus,
ModelPackageGroupStatusModelPackageGroup.Builder modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)
The status of the model group. This can be one of the following values.
PENDING - The model group is pending being created.
IN_PROGRESS - The model group is in the process of being created.
COMPLETED - The model group was successfully created.
FAILED - The model group failed.
DELETING - The model group is in the process of being deleted.
DELETE_FAILED - SageMaker failed to delete the model group.
modelPackageGroupStatus - The status of the model group. This can be one of the following values.
PENDING - The model group is pending being created.
IN_PROGRESS - The model group is in the process of being created.
COMPLETED - The model group was successfully created.
FAILED - The model group failed.
DELETING - The model group is in the process of being deleted.
DELETE_FAILED - SageMaker failed to delete the model group.
ModelPackageGroupStatus,
ModelPackageGroupStatusModelPackageGroup.Builder tags(Collection<Tag> tags)
A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.ModelPackageGroup.Builder tags(Tag... tags)
A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.ModelPackageGroup.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the model group. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.