public static interface InferenceExecutionSummary.Builder extends SdkPojo, CopyableBuilder<InferenceExecutionSummary.Builder,InferenceExecutionSummary>
| Modifier and Type | Method and Description |
|---|---|
default InferenceExecutionSummary.Builder |
customerResultObject(Consumer<S3Object.Builder> customerResultObject) |
InferenceExecutionSummary.Builder |
customerResultObject(S3Object customerResultObject) |
InferenceExecutionSummary.Builder |
dataEndTime(Instant dataEndTime)
Indicates the time reference in the dataset at which the inference execution stopped.
|
default 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 |
dataInputConfiguration(InferenceInputConfiguration dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter,
format, and dataset location.
|
default 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 |
dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the
output Amazon S3 location.
|
InferenceExecutionSummary.Builder |
dataStartTime(Instant dataStartTime)
Indicates the time reference in the dataset at which the inference execution began.
|
InferenceExecutionSummary.Builder |
failedReason(String failedReason)
Specifies the reason for failure when an inference execution has failed.
|
InferenceExecutionSummary.Builder |
inferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
|
InferenceExecutionSummary.Builder |
inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being used for the inference execution.
|
InferenceExecutionSummary.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
|
InferenceExecutionSummary.Builder |
modelName(String modelName)
The name of the ML model being used for the inference execution.
|
InferenceExecutionSummary.Builder |
scheduledStartTime(Instant scheduledStartTime)
Indicates the start time at which the inference scheduler began the specific inference execution.
|
InferenceExecutionSummary.Builder |
status(InferenceExecutionStatus status)
Indicates the status of the inference execution.
|
InferenceExecutionSummary.Builder |
status(String status)
Indicates the status of the inference execution.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceExecutionSummary.Builder modelName(String modelName)
The name of the ML model being used for the inference execution.
modelName - The name of the ML model being used for the inference execution.InferenceExecutionSummary.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model used for the inference execution.
modelArn - The Amazon Resource Name (ARN) of the ML model used for the inference execution.InferenceExecutionSummary.Builder inferenceSchedulerName(String inferenceSchedulerName)
The name of the inference scheduler being used for the inference execution.
inferenceSchedulerName - The name of the inference scheduler being used for the inference execution.InferenceExecutionSummary.Builder inferenceSchedulerArn(String inferenceSchedulerArn)
The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.
inferenceSchedulerArn - The Amazon Resource Name (ARN) of the inference scheduler being used for the inference execution.InferenceExecutionSummary.Builder scheduledStartTime(Instant scheduledStartTime)
Indicates the start time at which the inference scheduler began the specific inference execution.
scheduledStartTime - Indicates the start time at which the inference scheduler began the specific inference execution.InferenceExecutionSummary.Builder dataStartTime(Instant dataStartTime)
Indicates the time reference in the dataset at which the inference execution began.
dataStartTime - Indicates the time reference in the dataset at which the inference execution began.InferenceExecutionSummary.Builder dataEndTime(Instant dataEndTime)
Indicates the time reference in the dataset at which the inference execution stopped.
dataEndTime - Indicates the time reference in the dataset at which the inference execution stopped.InferenceExecutionSummary.Builder dataInputConfiguration(InferenceInputConfiguration dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
dataInputConfiguration - Specifies configuration information for the input data for the inference scheduler, including
delimiter, format, and dataset location.default InferenceExecutionSummary.Builder dataInputConfiguration(Consumer<InferenceInputConfiguration.Builder> dataInputConfiguration)
Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
This is a convenience method that creates an instance of theInferenceInputConfiguration.Builder
avoiding the need to create one manually via InferenceInputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataInputConfiguration(InferenceInputConfiguration).
dataInputConfiguration - a consumer that will call methods on InferenceInputConfiguration.BuilderdataInputConfiguration(InferenceInputConfiguration)InferenceExecutionSummary.Builder dataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the output Amazon S3 location.
dataOutputConfiguration - Specifies configuration information for the output results from for the inference execution, including
the output Amazon S3 location.default 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.
This is a convenience method that creates an instance of theInferenceOutputConfiguration.Builder
avoiding the need to create one manually via InferenceOutputConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to dataOutputConfiguration(InferenceOutputConfiguration).
dataOutputConfiguration - a consumer that will call methods on InferenceOutputConfiguration.BuilderdataOutputConfiguration(InferenceOutputConfiguration)InferenceExecutionSummary.Builder customerResultObject(S3Object customerResultObject)
customerResultObject - default InferenceExecutionSummary.Builder customerResultObject(Consumer<S3Object.Builder> customerResultObject)
This is a convenience method that creates an instance of the
S3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to customerResultObject(S3Object).
customerResultObject - a consumer that will call methods on S3Object.BuildercustomerResultObject(S3Object)InferenceExecutionSummary.Builder status(String status)
Indicates the status of the inference execution.
status - Indicates the status of the inference execution.InferenceExecutionStatus,
InferenceExecutionStatusInferenceExecutionSummary.Builder status(InferenceExecutionStatus status)
Indicates the status of the inference execution.
status - Indicates the status of the inference execution.InferenceExecutionStatus,
InferenceExecutionStatusInferenceExecutionSummary.Builder failedReason(String failedReason)
Specifies the reason for failure when an inference execution has failed.
failedReason - Specifies the reason for failure when an inference execution has failed.Copyright © 2022. All rights reserved.