| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelCardExportOutputConfig |
ModelCardExportOutputConfig.clone() |
ModelCardExportOutputConfig |
DescribeModelCardExportJobResult.getOutputConfig()
The export output details for the model card.
|
ModelCardExportOutputConfig |
CreateModelCardExportJobRequest.getOutputConfig()
The model card output configuration that specifies the Amazon S3 path for exporting.
|
ModelCardExportOutputConfig |
ModelCardExportOutputConfig.withS3OutputPath(String s3OutputPath)
The Amazon S3 output path to export your model card PDF.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelCardExportJobResult.setOutputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
|
void |
CreateModelCardExportJobRequest.setOutputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
|
DescribeModelCardExportJobResult |
DescribeModelCardExportJobResult.withOutputConfig(ModelCardExportOutputConfig outputConfig)
The export output details for the model card.
|
CreateModelCardExportJobRequest |
CreateModelCardExportJobRequest.withOutputConfig(ModelCardExportOutputConfig outputConfig)
The model card output configuration that specifies the Amazon S3 path for exporting.
|
Copyright © 2025. All rights reserved.