public static interface InferenceExperimentSummary.Builder extends SdkPojo, CopyableBuilder<InferenceExperimentSummary.Builder,InferenceExperimentSummary>
| Modifier and Type | Method and Description |
|---|---|
InferenceExperimentSummary.Builder |
completionTime(Instant completionTime)
The timestamp at which the inference experiment was completed.
|
InferenceExperimentSummary.Builder |
creationTime(Instant creationTime)
The timestamp at which the inference experiment was created.
|
InferenceExperimentSummary.Builder |
description(String description)
The description of the inference experiment.
|
InferenceExperimentSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp when you last modified the inference experiment.
|
InferenceExperimentSummary.Builder |
name(String name)
The name of the inference experiment.
|
InferenceExperimentSummary.Builder |
roleArn(String roleArn)
The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and
manage Amazon SageMaker Inference endpoints for model deployment.
|
default InferenceExperimentSummary.Builder |
schedule(Consumer<InferenceExperimentSchedule.Builder> schedule)
The duration for which the inference experiment ran or will run.
|
InferenceExperimentSummary.Builder |
schedule(InferenceExperimentSchedule schedule)
The duration for which the inference experiment ran or will run.
|
InferenceExperimentSummary.Builder |
status(InferenceExperimentStatus status)
The status of the inference experiment.
|
InferenceExperimentSummary.Builder |
status(String status)
The status of the inference experiment.
|
InferenceExperimentSummary.Builder |
statusReason(String statusReason)
The error message for the inference experiment status result.
|
InferenceExperimentSummary.Builder |
type(InferenceExperimentType type)
The type of the inference experiment.
|
InferenceExperimentSummary.Builder |
type(String type)
The type of the inference experiment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInferenceExperimentSummary.Builder name(String name)
The name of the inference experiment.
name - The name of the inference experiment.InferenceExperimentSummary.Builder type(String type)
The type of the inference experiment.
type - The type of the inference experiment.InferenceExperimentType,
InferenceExperimentTypeInferenceExperimentSummary.Builder type(InferenceExperimentType type)
The type of the inference experiment.
type - The type of the inference experiment.InferenceExperimentType,
InferenceExperimentTypeInferenceExperimentSummary.Builder schedule(InferenceExperimentSchedule schedule)
The duration for which the inference experiment ran or will run.
The maximum duration that you can set for an inference experiment is 30 days.
schedule - The duration for which the inference experiment ran or will run.
The maximum duration that you can set for an inference experiment is 30 days.
default InferenceExperimentSummary.Builder schedule(Consumer<InferenceExperimentSchedule.Builder> schedule)
The duration for which the inference experiment ran or will run.
The maximum duration that you can set for an inference experiment is 30 days.
This is a convenience method that creates an instance of theInferenceExperimentSchedule.Builder
avoiding the need to create one manually via InferenceExperimentSchedule.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to schedule(InferenceExperimentSchedule).
schedule - a consumer that will call methods on InferenceExperimentSchedule.Builderschedule(InferenceExperimentSchedule)InferenceExperimentSummary.Builder status(String status)
The status of the inference experiment.
status - The status of the inference experiment.InferenceExperimentStatus,
InferenceExperimentStatusInferenceExperimentSummary.Builder status(InferenceExperimentStatus status)
The status of the inference experiment.
status - The status of the inference experiment.InferenceExperimentStatus,
InferenceExperimentStatusInferenceExperimentSummary.Builder statusReason(String statusReason)
The error message for the inference experiment status result.
statusReason - The error message for the inference experiment status result.InferenceExperimentSummary.Builder description(String description)
The description of the inference experiment.
description - The description of the inference experiment.InferenceExperimentSummary.Builder creationTime(Instant creationTime)
The timestamp at which the inference experiment was created.
creationTime - The timestamp at which the inference experiment was created.InferenceExperimentSummary.Builder completionTime(Instant completionTime)
The timestamp at which the inference experiment was completed.
completionTime - The timestamp at which the inference experiment was completed.InferenceExperimentSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp when you last modified the inference experiment.
lastModifiedTime - The timestamp when you last modified the inference experiment.InferenceExperimentSummary.Builder roleArn(String roleArn)
The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.
roleArn - The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container
images, and manage Amazon SageMaker Inference endpoints for model deployment.Copyright © 2022. All rights reserved.