public static interface DescribeExperimentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeExperimentResponse.Builder,DescribeExperimentResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExperimentResponse.Builder experimentName(String experimentName)
The name of the experiment.
experimentName - The name of the experiment.DescribeExperimentResponse.Builder experimentArn(String experimentArn)
The Amazon Resource Name (ARN) of the experiment.
experimentArn - The Amazon Resource Name (ARN) of the experiment.DescribeExperimentResponse.Builder displayName(String displayName)
The name of the experiment as displayed. If DisplayName isn't specified,
ExperimentName is displayed.
displayName - The name of the experiment as displayed. If DisplayName isn't specified,
ExperimentName is displayed.DescribeExperimentResponse.Builder source(ExperimentSource source)
The ARN of the source and, optionally, the type.
source - The ARN of the source and, optionally, the type.default DescribeExperimentResponse.Builder source(Consumer<ExperimentSource.Builder> source)
The ARN of the source and, optionally, the type.
This is a convenience method that creates an instance of theExperimentSource.Builder avoiding the
need to create one manually via ExperimentSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source(ExperimentSource).source - a consumer that will call methods on ExperimentSource.Buildersource(ExperimentSource)DescribeExperimentResponse.Builder description(String description)
The description of the experiment.
description - The description of the experiment.DescribeExperimentResponse.Builder creationTime(Instant creationTime)
When the experiment was created.
creationTime - When the experiment was created.DescribeExperimentResponse.Builder createdBy(UserContext createdBy)
Who created the experiment.
createdBy - Who created the experiment.default DescribeExperimentResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Who created the experiment.
This is a convenience method that creates an instance of theUserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)DescribeExperimentResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the experiment was last modified.
lastModifiedTime - When the experiment was last modified.DescribeExperimentResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
Who last modified the experiment.
lastModifiedBy - Who last modified the experiment.default DescribeExperimentResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the experiment.
This is a convenience method that creates an instance of theUserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)Copyright © 2022. All rights reserved.