| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceExecutionSummary |
InferenceExecutionSummary.clone() |
InferenceExecutionSummary |
InferenceExecutionSummary.withCustomerResultObject(S3Object customerResultObject) |
InferenceExecutionSummary |
InferenceExecutionSummary.withDataEndTime(Date dataEndTime)
Indicates the time reference in the dataset at which the inference execution stopped.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withDataInputConfiguration(InferenceInputConfiguration dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter, format,
and dataset location.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the output
Amazon S3 location.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withDataStartTime(Date dataStartTime)
Indicates the time reference in the dataset at which the inference execution began.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withFailedReason(String failedReason)
Specifies the reason for failure when an inference execution has failed.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withInferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withInferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being used for the inference execution.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withModelName(String modelName)
The name of the ML model being used for the inference execution.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withScheduledStartTime(Date scheduledStartTime)
Indicates the start time at which the inference scheduler began the specific inference execution.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withStatus(InferenceExecutionStatus status)
Indicates the status of the inference execution.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withStatus(String status)
Indicates the status of the inference execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<InferenceExecutionSummary> |
ListInferenceExecutionsResult.getInferenceExecutionSummaries()
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
| Modifier and Type | Method and Description |
|---|---|
ListInferenceExecutionsResult |
ListInferenceExecutionsResult.withInferenceExecutionSummaries(InferenceExecutionSummary... inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInferenceExecutionsResult.setInferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
ListInferenceExecutionsResult |
ListInferenceExecutionsResult.withInferenceExecutionSummaries(Collection<InferenceExecutionSummary> inferenceExecutionSummaries)
Provides an array of information about the individual inference executions returned from the
ListInferenceExecutions operation, including model used, inference scheduler, data configuration,
and so on. |
Copyright © 2023. All rights reserved.