| 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.DescribeModelCardExportJob
Description
Describes an Amazon SageMaker Model Card export job.
Synopsis
- data DescribeModelCardExportJob = DescribeModelCardExportJob' {}
 - newDescribeModelCardExportJob :: Text -> DescribeModelCardExportJob
 - describeModelCardExportJob_modelCardExportJobArn :: Lens' DescribeModelCardExportJob Text
 - data DescribeModelCardExportJobResponse = DescribeModelCardExportJobResponse' {
- exportArtifacts :: Maybe ModelCardExportArtifacts
 - failureReason :: Maybe Text
 - httpStatus :: Int
 - modelCardExportJobName :: Text
 - modelCardExportJobArn :: Text
 - status :: ModelCardExportJobStatus
 - modelCardName :: Text
 - modelCardVersion :: Int
 - outputConfig :: ModelCardExportOutputConfig
 - createdAt :: POSIX
 - lastModifiedAt :: POSIX
 
 - newDescribeModelCardExportJobResponse :: Int -> Text -> Text -> ModelCardExportJobStatus -> Text -> Int -> ModelCardExportOutputConfig -> UTCTime -> UTCTime -> DescribeModelCardExportJobResponse
 - describeModelCardExportJobResponse_exportArtifacts :: Lens' DescribeModelCardExportJobResponse (Maybe ModelCardExportArtifacts)
 - describeModelCardExportJobResponse_failureReason :: Lens' DescribeModelCardExportJobResponse (Maybe Text)
 - describeModelCardExportJobResponse_httpStatus :: Lens' DescribeModelCardExportJobResponse Int
 - describeModelCardExportJobResponse_modelCardExportJobName :: Lens' DescribeModelCardExportJobResponse Text
 - describeModelCardExportJobResponse_modelCardExportJobArn :: Lens' DescribeModelCardExportJobResponse Text
 - describeModelCardExportJobResponse_status :: Lens' DescribeModelCardExportJobResponse ModelCardExportJobStatus
 - describeModelCardExportJobResponse_modelCardName :: Lens' DescribeModelCardExportJobResponse Text
 - describeModelCardExportJobResponse_modelCardVersion :: Lens' DescribeModelCardExportJobResponse Int
 - describeModelCardExportJobResponse_outputConfig :: Lens' DescribeModelCardExportJobResponse ModelCardExportOutputConfig
 - describeModelCardExportJobResponse_createdAt :: Lens' DescribeModelCardExportJobResponse UTCTime
 - describeModelCardExportJobResponse_lastModifiedAt :: Lens' DescribeModelCardExportJobResponse UTCTime
 
Creating a Request
data DescribeModelCardExportJob Source #
See: newDescribeModelCardExportJob smart constructor.
Constructors
| DescribeModelCardExportJob' | |
Fields 
  | |
Instances
newDescribeModelCardExportJob Source #
Arguments
| :: Text | |
| -> DescribeModelCardExportJob | 
Create a value of DescribeModelCardExportJob 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:
DescribeModelCardExportJob, describeModelCardExportJob_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job to describe.
Request Lenses
describeModelCardExportJob_modelCardExportJobArn :: Lens' DescribeModelCardExportJob Text Source #
The Amazon Resource Name (ARN) of the model card export job to describe.
Destructuring the Response
data DescribeModelCardExportJobResponse Source #
See: newDescribeModelCardExportJobResponse smart constructor.
Constructors
| DescribeModelCardExportJobResponse' | |
Fields 
  | |
Instances
newDescribeModelCardExportJobResponse Source #
Arguments
| :: Int | |
| -> Text | |
| -> Text | |
| -> ModelCardExportJobStatus | |
| -> Text | |
| -> Int | |
| -> ModelCardExportOutputConfig | |
| -> UTCTime | |
| -> UTCTime | |
| -> DescribeModelCardExportJobResponse | 
Create a value of DescribeModelCardExportJobResponse 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:exportArtifacts:DescribeModelCardExportJobResponse', describeModelCardExportJobResponse_exportArtifacts - The exported model card artifacts.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_failureReason - The failure reason if the model export job fails.
$sel:httpStatus:DescribeModelCardExportJobResponse', describeModelCardExportJobResponse_httpStatus - The response's http status code.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_modelCardExportJobName - The name of the model card export job to describe.
DescribeModelCardExportJob, describeModelCardExportJobResponse_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_status - The completion status of the model card export job.
InProgress: The model card export job is in progress.Completed: The model card export job is complete.Failed: The model card export job failed. To see the reason for the failure, see theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_modelCardName - The name of the model card that the model export job exports.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_modelCardVersion - The version of the model card that the model export job exports.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_outputConfig - The export output details for the model card.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_createdAt - The date and time that the model export job was created.
DescribeModelCardExportJobResponse, describeModelCardExportJobResponse_lastModifiedAt - The date and time that the model export job was last modified.
Response Lenses
describeModelCardExportJobResponse_exportArtifacts :: Lens' DescribeModelCardExportJobResponse (Maybe ModelCardExportArtifacts) Source #
The exported model card artifacts.
describeModelCardExportJobResponse_failureReason :: Lens' DescribeModelCardExportJobResponse (Maybe Text) Source #
The failure reason if the model export job fails.
describeModelCardExportJobResponse_httpStatus :: Lens' DescribeModelCardExportJobResponse Int Source #
The response's http status code.
describeModelCardExportJobResponse_modelCardExportJobName :: Lens' DescribeModelCardExportJobResponse Text Source #
The name of the model card export job to describe.
describeModelCardExportJobResponse_modelCardExportJobArn :: Lens' DescribeModelCardExportJobResponse Text Source #
The Amazon Resource Name (ARN) of the model card export job.
describeModelCardExportJobResponse_status :: Lens' DescribeModelCardExportJobResponse ModelCardExportJobStatus Source #
The completion status of the model card export job.
InProgress: The model card export job is in progress.Completed: The model card export job is complete.Failed: The model card export job failed. To see the reason for the failure, see theFailureReasonfield in the response to aDescribeModelCardExportJobcall.
describeModelCardExportJobResponse_modelCardName :: Lens' DescribeModelCardExportJobResponse Text Source #
The name of the model card that the model export job exports.
describeModelCardExportJobResponse_modelCardVersion :: Lens' DescribeModelCardExportJobResponse Int Source #
The version of the model card that the model export job exports.
describeModelCardExportJobResponse_outputConfig :: Lens' DescribeModelCardExportJobResponse ModelCardExportOutputConfig Source #
The export output details for the model card.
describeModelCardExportJobResponse_createdAt :: Lens' DescribeModelCardExportJobResponse UTCTime Source #
The date and time that the model export job was created.
describeModelCardExportJobResponse_lastModifiedAt :: Lens' DescribeModelCardExportJobResponse UTCTime Source #
The date and time that the model export job was last modified.