public static interface CreateModelCardExportJobRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelCardExportJobRequest.Builder,CreateModelCardExportJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateModelCardExportJobRequest.Builder modelCardName(String modelCardName)
The name of the model card to export.
modelCardName - The name of the model card to export.CreateModelCardExportJobRequest.Builder modelCardVersion(Integer modelCardVersion)
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
modelCardVersion - The version of the model card to export. If a version is not provided, then the latest version of the
model card is exported.CreateModelCardExportJobRequest.Builder modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
modelCardExportJobName - The name of the model card export job.CreateModelCardExportJobRequest.Builder outputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
outputConfig - The model card output configuration that specifies the Amazon S3 path for exporting.default CreateModelCardExportJobRequest.Builder outputConfig(Consumer<ModelCardExportOutputConfig.Builder> outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
This is a convenience method that creates an instance of theModelCardExportOutputConfig.Builder
avoiding the need to create one manually via ModelCardExportOutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputConfig(ModelCardExportOutputConfig).
outputConfig - a consumer that will call methods on ModelCardExportOutputConfig.BuilderoutputConfig(ModelCardExportOutputConfig)CreateModelCardExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateModelCardExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.