Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InferenceExecutionSummary = InferenceExecutionSummary' {
- status :: Maybe InferenceExecutionStatus
- failedReason :: Maybe Text
- modelArn :: Maybe Text
- dataStartTime :: Maybe POSIX
- modelName :: Maybe Text
- customerResultObject :: Maybe S3Object
- inferenceSchedulerArn :: Maybe Text
- scheduledStartTime :: Maybe POSIX
- dataOutputConfiguration :: Maybe InferenceOutputConfiguration
- dataEndTime :: Maybe POSIX
- inferenceSchedulerName :: Maybe Text
- dataInputConfiguration :: Maybe InferenceInputConfiguration
- newInferenceExecutionSummary :: InferenceExecutionSummary
- inferenceExecutionSummary_status :: Lens' InferenceExecutionSummary (Maybe InferenceExecutionStatus)
- inferenceExecutionSummary_failedReason :: Lens' InferenceExecutionSummary (Maybe Text)
- inferenceExecutionSummary_modelArn :: Lens' InferenceExecutionSummary (Maybe Text)
- inferenceExecutionSummary_dataStartTime :: Lens' InferenceExecutionSummary (Maybe UTCTime)
- inferenceExecutionSummary_modelName :: Lens' InferenceExecutionSummary (Maybe Text)
- inferenceExecutionSummary_customerResultObject :: Lens' InferenceExecutionSummary (Maybe S3Object)
- inferenceExecutionSummary_inferenceSchedulerArn :: Lens' InferenceExecutionSummary (Maybe Text)
- inferenceExecutionSummary_scheduledStartTime :: Lens' InferenceExecutionSummary (Maybe UTCTime)
- inferenceExecutionSummary_dataOutputConfiguration :: Lens' InferenceExecutionSummary (Maybe InferenceOutputConfiguration)
- inferenceExecutionSummary_dataEndTime :: Lens' InferenceExecutionSummary (Maybe UTCTime)
- inferenceExecutionSummary_inferenceSchedulerName :: Lens' InferenceExecutionSummary (Maybe Text)
- inferenceExecutionSummary_dataInputConfiguration :: Lens' InferenceExecutionSummary (Maybe InferenceInputConfiguration)
Documentation
data InferenceExecutionSummary Source #
Contains information about the specific inference execution, including input and output data configuration, inference scheduling information, status, and so on.
See: newInferenceExecutionSummary
smart constructor.
InferenceExecutionSummary' | |
|
Instances
newInferenceExecutionSummary :: InferenceExecutionSummary Source #
Create a value of InferenceExecutionSummary
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:status:InferenceExecutionSummary'
, inferenceExecutionSummary_status
- Indicates the status of the inference execution.
$sel:failedReason:InferenceExecutionSummary'
, inferenceExecutionSummary_failedReason
- Specifies the reason for failure when an inference execution has failed.
$sel:modelArn:InferenceExecutionSummary'
, inferenceExecutionSummary_modelArn
- The Amazon Resource Name (ARN) of the ML model used for the inference
execution.
$sel:dataStartTime:InferenceExecutionSummary'
, inferenceExecutionSummary_dataStartTime
- Indicates the time reference in the dataset at which the inference
execution began.
$sel:modelName:InferenceExecutionSummary'
, inferenceExecutionSummary_modelName
- The name of the ML model being used for the inference execution.
$sel:customerResultObject:InferenceExecutionSummary'
, inferenceExecutionSummary_customerResultObject
-
$sel:inferenceSchedulerArn:InferenceExecutionSummary'
, inferenceExecutionSummary_inferenceSchedulerArn
- The Amazon Resource Name (ARN) of the inference scheduler being used for
the inference execution.
$sel:scheduledStartTime:InferenceExecutionSummary'
, inferenceExecutionSummary_scheduledStartTime
- Indicates the start time at which the inference scheduler began the
specific inference execution.
$sel:dataOutputConfiguration:InferenceExecutionSummary'
, inferenceExecutionSummary_dataOutputConfiguration
- Specifies configuration information for the output results from for the
inference execution, including the output S3 location.
$sel:dataEndTime:InferenceExecutionSummary'
, inferenceExecutionSummary_dataEndTime
- Indicates the time reference in the dataset at which the inference
execution stopped.
$sel:inferenceSchedulerName:InferenceExecutionSummary'
, inferenceExecutionSummary_inferenceSchedulerName
- The name of the inference scheduler being used for the inference
execution.
$sel:dataInputConfiguration:InferenceExecutionSummary'
, inferenceExecutionSummary_dataInputConfiguration
- Specifies configuration information for the input data for the inference
scheduler, including delimiter, format, and dataset location.
inferenceExecutionSummary_status :: Lens' InferenceExecutionSummary (Maybe InferenceExecutionStatus) Source #
Indicates the status of the inference execution.
inferenceExecutionSummary_failedReason :: Lens' InferenceExecutionSummary (Maybe Text) Source #
Specifies the reason for failure when an inference execution has failed.
inferenceExecutionSummary_modelArn :: Lens' InferenceExecutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
inferenceExecutionSummary_dataStartTime :: Lens' InferenceExecutionSummary (Maybe UTCTime) Source #
Indicates the time reference in the dataset at which the inference execution began.
inferenceExecutionSummary_modelName :: Lens' InferenceExecutionSummary (Maybe Text) Source #
The name of the ML model being used for the inference execution.
inferenceExecutionSummary_customerResultObject :: Lens' InferenceExecutionSummary (Maybe S3Object) Source #
inferenceExecutionSummary_inferenceSchedulerArn :: Lens' InferenceExecutionSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
inferenceExecutionSummary_scheduledStartTime :: Lens' InferenceExecutionSummary (Maybe UTCTime) Source #
Indicates the start time at which the inference scheduler began the specific inference execution.
inferenceExecutionSummary_dataOutputConfiguration :: Lens' InferenceExecutionSummary (Maybe InferenceOutputConfiguration) Source #
Specifies configuration information for the output results from for the inference execution, including the output S3 location.
inferenceExecutionSummary_dataEndTime :: Lens' InferenceExecutionSummary (Maybe UTCTime) Source #
Indicates the time reference in the dataset at which the inference execution stopped.
inferenceExecutionSummary_inferenceSchedulerName :: Lens' InferenceExecutionSummary (Maybe Text) Source #
The name of the inference scheduler being used for the inference execution.
inferenceExecutionSummary_dataInputConfiguration :: Lens' InferenceExecutionSummary (Maybe InferenceInputConfiguration) Source #
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.