public static interface DescribeTrialResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrialResponse.Builder,DescribeTrialResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeTrialResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial.
|
DescribeTrialResponse.Builder |
createdBy(UserContext createdBy)
Who created the trial.
|
DescribeTrialResponse.Builder |
creationTime(Instant creationTime)
When the trial was created.
|
DescribeTrialResponse.Builder |
displayName(String displayName)
The name of the trial as displayed.
|
DescribeTrialResponse.Builder |
experimentName(String experimentName)
The name of the experiment the trial is part of.
|
default DescribeTrialResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the trial.
|
DescribeTrialResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
|
DescribeTrialResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
When the trial was last modified.
|
default DescribeTrialResponse.Builder |
metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
DescribeTrialResponse.Builder |
metadataProperties(MetadataProperties metadataProperties)
Sets the value of the MetadataProperties property for this object.
|
default DescribeTrialResponse.Builder |
source(Consumer<TrialSource.Builder> source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialResponse.Builder |
source(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialResponse.Builder |
trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
DescribeTrialResponse.Builder |
trialName(String trialName)
The name of the trial.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTrialResponse.Builder trialName(String trialName)
The name of the trial.
trialName
- The name of the trial.DescribeTrialResponse.Builder trialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
trialArn
- The Amazon Resource Name (ARN) of the trial.DescribeTrialResponse.Builder displayName(String displayName)
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is
displayed.
displayName
- The name of the trial as displayed. If DisplayName
isn't specified,
TrialName
is displayed.DescribeTrialResponse.Builder experimentName(String experimentName)
The name of the experiment the trial is part of.
experimentName
- The name of the experiment the trial is part of.DescribeTrialResponse.Builder source(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
source
- The Amazon Resource Name (ARN) of the source and, optionally, the job type.default DescribeTrialResponse.Builder source(Consumer<TrialSource.Builder> source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
This is a convenience that creates an instance of theTrialSource.Builder
avoiding the need to create
one manually via TrialSource.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to source(TrialSource)
.source
- a consumer that will call methods on TrialSource.Builder
source(TrialSource)
DescribeTrialResponse.Builder creationTime(Instant creationTime)
When the trial was created.
creationTime
- When the trial was created.DescribeTrialResponse.Builder createdBy(UserContext createdBy)
Who created the trial.
createdBy
- Who created the trial.default DescribeTrialResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial.
This is a convenience 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.Builder
createdBy(UserContext)
DescribeTrialResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the trial was last modified.
lastModifiedTime
- When the trial was last modified.DescribeTrialResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
lastModifiedBy
- Who last modified the trial.default DescribeTrialResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the trial.
This is a convenience 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.Builder
lastModifiedBy(UserContext)
DescribeTrialResponse.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties
- The new value for the MetadataProperties property for this object.default DescribeTrialResponse.Builder metadataProperties(Consumer<MetadataProperties.Builder> metadataProperties)
MetadataProperties.Builder
avoiding the need to
create one manually via MetadataProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to metadataProperties(MetadataProperties)
.metadataProperties
- a consumer that will call methods on MetadataProperties.Builder
metadataProperties(MetadataProperties)
Copyright © 2021. All rights reserved.