Interface DescribeModelCardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeModelCardRequest.Builder,DescribeModelCardRequest>
,SageMakerRequest.Builder
,SdkBuilder<DescribeModelCardRequest.Builder,DescribeModelCardRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeModelCardRequest
public static interface DescribeModelCardRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DescribeModelCardRequest.Builder,DescribeModelCardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeModelCardRequest.Builder
modelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to describe.DescribeModelCardRequest.Builder
modelCardVersion(Integer modelCardVersion)
The version of the model card to describe.DescribeModelCardRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeModelCardRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
modelCardName
DescribeModelCardRequest.Builder modelCardName(String modelCardName)
The name or Amazon Resource Name (ARN) of the model card to describe.
- Parameters:
modelCardName
- The name or Amazon Resource Name (ARN) of the model card to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardVersion
DescribeModelCardRequest.Builder modelCardVersion(Integer modelCardVersion)
The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.
- Parameters:
modelCardVersion
- The version of the model card to describe. If a version is not provided, then the latest version of the model card is described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeModelCardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeModelCardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-