| 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.DescribeInferenceRecommendationsJob
Description
Provides the results of the Inference Recommender job. One or more recommendation jobs are returned.
Synopsis
- data DescribeInferenceRecommendationsJob = DescribeInferenceRecommendationsJob' {}
 - newDescribeInferenceRecommendationsJob :: Text -> DescribeInferenceRecommendationsJob
 - describeInferenceRecommendationsJob_jobName :: Lens' DescribeInferenceRecommendationsJob Text
 - data DescribeInferenceRecommendationsJobResponse = DescribeInferenceRecommendationsJobResponse' {
- completionTime :: Maybe POSIX
 - endpointPerformances :: Maybe [EndpointPerformance]
 - failureReason :: Maybe Text
 - inferenceRecommendations :: Maybe (NonEmpty InferenceRecommendation)
 - jobDescription :: Maybe Text
 - stoppingConditions :: Maybe RecommendationJobStoppingConditions
 - httpStatus :: Int
 - jobName :: Text
 - jobType :: RecommendationJobType
 - jobArn :: Text
 - roleArn :: Text
 - status :: RecommendationJobStatus
 - creationTime :: POSIX
 - lastModifiedTime :: POSIX
 - inputConfig :: RecommendationJobInputConfig
 
 - newDescribeInferenceRecommendationsJobResponse :: Int -> Text -> RecommendationJobType -> Text -> Text -> RecommendationJobStatus -> UTCTime -> UTCTime -> RecommendationJobInputConfig -> DescribeInferenceRecommendationsJobResponse
 - describeInferenceRecommendationsJobResponse_completionTime :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe UTCTime)
 - describeInferenceRecommendationsJobResponse_endpointPerformances :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe [EndpointPerformance])
 - describeInferenceRecommendationsJobResponse_failureReason :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe Text)
 - describeInferenceRecommendationsJobResponse_inferenceRecommendations :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe (NonEmpty InferenceRecommendation))
 - describeInferenceRecommendationsJobResponse_jobDescription :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe Text)
 - describeInferenceRecommendationsJobResponse_stoppingConditions :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe RecommendationJobStoppingConditions)
 - describeInferenceRecommendationsJobResponse_httpStatus :: Lens' DescribeInferenceRecommendationsJobResponse Int
 - describeInferenceRecommendationsJobResponse_jobName :: Lens' DescribeInferenceRecommendationsJobResponse Text
 - describeInferenceRecommendationsJobResponse_jobType :: Lens' DescribeInferenceRecommendationsJobResponse RecommendationJobType
 - describeInferenceRecommendationsJobResponse_jobArn :: Lens' DescribeInferenceRecommendationsJobResponse Text
 - describeInferenceRecommendationsJobResponse_roleArn :: Lens' DescribeInferenceRecommendationsJobResponse Text
 - describeInferenceRecommendationsJobResponse_status :: Lens' DescribeInferenceRecommendationsJobResponse RecommendationJobStatus
 - describeInferenceRecommendationsJobResponse_creationTime :: Lens' DescribeInferenceRecommendationsJobResponse UTCTime
 - describeInferenceRecommendationsJobResponse_lastModifiedTime :: Lens' DescribeInferenceRecommendationsJobResponse UTCTime
 - describeInferenceRecommendationsJobResponse_inputConfig :: Lens' DescribeInferenceRecommendationsJobResponse RecommendationJobInputConfig
 
Creating a Request
data DescribeInferenceRecommendationsJob Source #
See: newDescribeInferenceRecommendationsJob smart constructor.
Constructors
| DescribeInferenceRecommendationsJob' | |
Instances
newDescribeInferenceRecommendationsJob Source #
Create a value of DescribeInferenceRecommendationsJob 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:
DescribeInferenceRecommendationsJob, describeInferenceRecommendationsJob_jobName - The name of the job. The name must be unique within an Amazon Web
 Services Region in the Amazon Web Services account.
Request Lenses
describeInferenceRecommendationsJob_jobName :: Lens' DescribeInferenceRecommendationsJob Text Source #
The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
Destructuring the Response
data DescribeInferenceRecommendationsJobResponse Source #
See: newDescribeInferenceRecommendationsJobResponse smart constructor.
Constructors
| DescribeInferenceRecommendationsJobResponse' | |
Fields 
  | |
Instances
newDescribeInferenceRecommendationsJobResponse Source #
Arguments
Create a value of DescribeInferenceRecommendationsJobResponse 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:
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_completionTime - A timestamp that shows when the job completed.
$sel:endpointPerformances:DescribeInferenceRecommendationsJobResponse', describeInferenceRecommendationsJobResponse_endpointPerformances - The performance results from running an Inference Recommender job on an
 existing endpoint.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_failureReason - If the job fails, provides information why the job failed.
$sel:inferenceRecommendations:DescribeInferenceRecommendationsJobResponse', describeInferenceRecommendationsJobResponse_inferenceRecommendations - The recommendations made by Inference Recommender.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_jobDescription - The job description that you provided when you initiated the job.
$sel:stoppingConditions:DescribeInferenceRecommendationsJobResponse', describeInferenceRecommendationsJobResponse_stoppingConditions - The stopping conditions that you provided when you initiated the job.
$sel:httpStatus:DescribeInferenceRecommendationsJobResponse', describeInferenceRecommendationsJobResponse_httpStatus - The response's http status code.
DescribeInferenceRecommendationsJob, describeInferenceRecommendationsJobResponse_jobName - The name of the job. The name must be unique within an Amazon Web
 Services Region in the Amazon Web Services account.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_jobType - The job type that you provided when you initiated the job.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_jobArn - The Amazon Resource Name (ARN) of the job.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_roleArn - The Amazon Resource Name (ARN) of the Amazon Web Services Identity and
 Access Management (IAM) role you provided when you initiated the job.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_status - The status of the job.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_creationTime - A timestamp that shows when the job was created.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_lastModifiedTime - A timestamp that shows when the job was last modified.
DescribeInferenceRecommendationsJobResponse, describeInferenceRecommendationsJobResponse_inputConfig - Returns information about the versioned model package Amazon Resource
 Name (ARN), the traffic pattern, and endpoint configurations you
 provided when you initiated the job.
Response Lenses
describeInferenceRecommendationsJobResponse_completionTime :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe UTCTime) Source #
A timestamp that shows when the job completed.
describeInferenceRecommendationsJobResponse_endpointPerformances :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe [EndpointPerformance]) Source #
The performance results from running an Inference Recommender job on an existing endpoint.
describeInferenceRecommendationsJobResponse_failureReason :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe Text) Source #
If the job fails, provides information why the job failed.
describeInferenceRecommendationsJobResponse_inferenceRecommendations :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe (NonEmpty InferenceRecommendation)) Source #
The recommendations made by Inference Recommender.
describeInferenceRecommendationsJobResponse_jobDescription :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe Text) Source #
The job description that you provided when you initiated the job.
describeInferenceRecommendationsJobResponse_stoppingConditions :: Lens' DescribeInferenceRecommendationsJobResponse (Maybe RecommendationJobStoppingConditions) Source #
The stopping conditions that you provided when you initiated the job.
describeInferenceRecommendationsJobResponse_httpStatus :: Lens' DescribeInferenceRecommendationsJobResponse Int Source #
The response's http status code.
describeInferenceRecommendationsJobResponse_jobName :: Lens' DescribeInferenceRecommendationsJobResponse Text Source #
The name of the job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
describeInferenceRecommendationsJobResponse_jobType :: Lens' DescribeInferenceRecommendationsJobResponse RecommendationJobType Source #
The job type that you provided when you initiated the job.
describeInferenceRecommendationsJobResponse_jobArn :: Lens' DescribeInferenceRecommendationsJobResponse Text Source #
The Amazon Resource Name (ARN) of the job.
describeInferenceRecommendationsJobResponse_roleArn :: Lens' DescribeInferenceRecommendationsJobResponse Text Source #
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role you provided when you initiated the job.
describeInferenceRecommendationsJobResponse_status :: Lens' DescribeInferenceRecommendationsJobResponse RecommendationJobStatus Source #
The status of the job.
describeInferenceRecommendationsJobResponse_creationTime :: Lens' DescribeInferenceRecommendationsJobResponse UTCTime Source #
A timestamp that shows when the job was created.
describeInferenceRecommendationsJobResponse_lastModifiedTime :: Lens' DescribeInferenceRecommendationsJobResponse UTCTime Source #
A timestamp that shows when the job was last modified.
describeInferenceRecommendationsJobResponse_inputConfig :: Lens' DescribeInferenceRecommendationsJobResponse RecommendationJobInputConfig Source #
Returns information about the versioned model package Amazon Resource Name (ARN), the traffic pattern, and endpoint configurations you provided when you initiated the job.