| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceExecutionSummary.Builder |
InferenceExecutionSummary.builder() |
default InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.customerResultObject(Consumer<S3Object.Builder> customerResultObject) |
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.customerResultObject(S3Object customerResultObject) |
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataEndTime(Instant dataEndTime)
Indicates the time reference in the dataset at which the inference execution stopped.
|
default InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataInputConfiguration(Consumer<InferenceInputConfiguration.Builder> dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter,
format, and dataset location.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataInputConfiguration(InferenceInputConfiguration dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter,
format, and dataset location.
|
default InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataOutputConfiguration(Consumer<InferenceOutputConfiguration.Builder> dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the
output Amazon S3 location.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the
output Amazon S3 location.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.dataStartTime(Instant dataStartTime)
Indicates the time reference in the dataset at which the inference execution began.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.failedReason(String failedReason)
Specifies the reason for failure when an inference execution has failed.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.inferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being used for the inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.modelName(String modelName)
The name of the ML model being used for the inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.scheduledStartTime(Instant scheduledStartTime)
Indicates the start time at which the inference scheduler began the specific inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.status(InferenceExecutionStatus status)
Indicates the status of the inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.Builder.status(String status)
Indicates the status of the inference execution.
|
InferenceExecutionSummary.Builder |
InferenceExecutionSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InferenceExecutionSummary.Builder> |
InferenceExecutionSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.