public static interface CreateModelPackageGroupRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelPackageGroupRequest.Builder,CreateModelPackageGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateModelPackageGroupRequest.Builder |
modelPackageGroupDescription(String modelPackageGroupDescription)
A description for the model group.
|
CreateModelPackageGroupRequest.Builder |
modelPackageGroupName(String modelPackageGroupName)
The name of the model group.
|
CreateModelPackageGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateModelPackageGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateModelPackageGroupRequest.Builder |
tags(Collection<Tag> tags)
A list of key value pairs associated with the model group.
|
CreateModelPackageGroupRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of key value pairs associated with the model group.
|
CreateModelPackageGroupRequest.Builder |
tags(Tag... tags)
A list of key value pairs associated with the model group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateModelPackageGroupRequest.Builder modelPackageGroupName(String modelPackageGroupName)
The name of the model group.
modelPackageGroupName - The name of the model group.CreateModelPackageGroupRequest.Builder modelPackageGroupDescription(String modelPackageGroupDescription)
A description for the model group.
modelPackageGroupDescription - A description for the model group.CreateModelPackageGroupRequest.Builder tags(Collection<Tag> tags)
A list of key value pairs 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 key value pairs associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.CreateModelPackageGroupRequest.Builder tags(Tag... tags)
A list of key value pairs 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 key value pairs associated with the model group. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.CreateModelPackageGroupRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of key value pairs 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 method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateModelPackageGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateModelPackageGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.