Interface InferenceExperimentSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceExperimentSummary.Builder,
,InferenceExperimentSummary> SdkBuilder<InferenceExperimentSummary.Builder,
,InferenceExperimentSummary> SdkPojo
- Enclosing class:
InferenceExperimentSummary
-
Method Summary
Modifier and TypeMethodDescriptioncompletionTime
(Instant completionTime) The timestamp at which the inference experiment was completed.creationTime
(Instant creationTime) The timestamp at which the inference experiment was created.description
(String description) The description of the inference experiment.lastModifiedTime
(Instant lastModifiedTime) The timestamp when you last modified the inference experiment.The name of the inference experiment.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.schedule
(Consumer<InferenceExperimentSchedule.Builder> schedule) The duration for which the inference experiment ran or will run.schedule
(InferenceExperimentSchedule schedule) The duration for which the inference experiment ran or will run.The status of the inference experiment.status
(InferenceExperimentStatus status) The status of the inference experiment.statusReason
(String statusReason) The error message for the inference experiment status result.The type of the inference experiment.type
(InferenceExperimentType type) The type of the inference experiment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of the inference experiment.
- Parameters:
name
- The name of the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the inference experiment.
- Parameters:
type
- The type of the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the inference experiment.
- Parameters:
type
- The type of the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schedule
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 viaInferenceExperimentSchedule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschedule(InferenceExperimentSchedule)
.- Parameters:
schedule
- a consumer that will call methods onInferenceExperimentSchedule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the inference experiment.
- Parameters:
status
- The status of the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the inference experiment.
- Parameters:
status
- The status of the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The error message for the inference experiment status result.
- Parameters:
statusReason
- The error message for the inference experiment status result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the inference experiment.
- Parameters:
description
- The description of the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The timestamp at which the inference experiment was created.
- Parameters:
creationTime
- The timestamp at which the inference experiment was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionTime
The timestamp at which the inference experiment was completed.
- Parameters:
completionTime
- The timestamp at which the inference experiment was completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp when you last modified the inference experiment.
- Parameters:
lastModifiedTime
- The timestamp when you last modified the inference experiment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-