| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.CreateModelCardExportJob
Description
Creates an Amazon SageMaker Model Card export job.
Synopsis
- data CreateModelCardExportJob = CreateModelCardExportJob' {}
- newCreateModelCardExportJob :: Text -> Text -> ModelCardExportOutputConfig -> CreateModelCardExportJob
- createModelCardExportJob_modelCardVersion :: Lens' CreateModelCardExportJob (Maybe Int)
- createModelCardExportJob_modelCardName :: Lens' CreateModelCardExportJob Text
- createModelCardExportJob_modelCardExportJobName :: Lens' CreateModelCardExportJob Text
- createModelCardExportJob_outputConfig :: Lens' CreateModelCardExportJob ModelCardExportOutputConfig
- data CreateModelCardExportJobResponse = CreateModelCardExportJobResponse' {}
- newCreateModelCardExportJobResponse :: Int -> Text -> CreateModelCardExportJobResponse
- createModelCardExportJobResponse_httpStatus :: Lens' CreateModelCardExportJobResponse Int
- createModelCardExportJobResponse_modelCardExportJobArn :: Lens' CreateModelCardExportJobResponse Text
Creating a Request
data CreateModelCardExportJob Source #
See: newCreateModelCardExportJob smart constructor.
Constructors
| CreateModelCardExportJob' | |
Fields
| |
Instances
newCreateModelCardExportJob Source #
Arguments
| :: Text | |
| -> Text | |
| -> ModelCardExportOutputConfig | |
| -> CreateModelCardExportJob |
Create a value of CreateModelCardExportJob with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
CreateModelCardExportJob, createModelCardExportJob_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.
CreateModelCardExportJob, createModelCardExportJob_modelCardName - The name of the model card to export.
CreateModelCardExportJob, createModelCardExportJob_modelCardExportJobName - The name of the model card export job.
CreateModelCardExportJob, createModelCardExportJob_outputConfig - The model card output configuration that specifies the Amazon S3 path
for exporting.
Request Lenses
createModelCardExportJob_modelCardVersion :: Lens' CreateModelCardExportJob (Maybe Int) Source #
The version of the model card to export. If a version is not provided, then the latest version of the model card is exported.
createModelCardExportJob_modelCardName :: Lens' CreateModelCardExportJob Text Source #
The name of the model card to export.
createModelCardExportJob_modelCardExportJobName :: Lens' CreateModelCardExportJob Text Source #
The name of the model card export job.
createModelCardExportJob_outputConfig :: Lens' CreateModelCardExportJob ModelCardExportOutputConfig Source #
The model card output configuration that specifies the Amazon S3 path for exporting.
Destructuring the Response
data CreateModelCardExportJobResponse Source #
See: newCreateModelCardExportJobResponse smart constructor.
Constructors
| CreateModelCardExportJobResponse' | |
Fields
| |
Instances
newCreateModelCardExportJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> CreateModelCardExportJobResponse |
Create a value of CreateModelCardExportJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:CreateModelCardExportJobResponse', createModelCardExportJobResponse_httpStatus - The response's http status code.
CreateModelCardExportJobResponse, createModelCardExportJobResponse_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.
Response Lenses
createModelCardExportJobResponse_httpStatus :: Lens' CreateModelCardExportJobResponse Int Source #
The response's http status code.
createModelCardExportJobResponse_modelCardExportJobArn :: Lens' CreateModelCardExportJobResponse Text Source #
The Amazon Resource Name (ARN) of the model card export job.