public static interface DescribeTrialComponentResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrialComponentResponse.Builder,DescribeTrialComponentResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrialComponentResponse.Builder trialComponentName(String trialComponentName)
The name of the trial component.
trialComponentName - The name of the trial component.DescribeTrialComponentResponse.Builder trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
trialComponentArn - The Amazon Resource Name (ARN) of the trial component.DescribeTrialComponentResponse.Builder displayName(String displayName)
The name of the component as displayed. If DisplayName isn't specified,
TrialComponentName is displayed.
displayName - The name of the component as displayed. If DisplayName isn't specified,
TrialComponentName is displayed.DescribeTrialComponentResponse.Builder source(TrialComponentSource 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 DescribeTrialComponentResponse.Builder source(Consumer<TrialComponentSource.Builder> source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
This is a convenience that creates an instance of theTrialComponentSource.Builder avoiding the need
to create one manually via TrialComponentSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to source(TrialComponentSource).source - a consumer that will call methods on TrialComponentSource.Buildersource(TrialComponentSource)DescribeTrialComponentResponse.Builder status(TrialComponentStatus status)
The status of the component. States include:
InProgress
Completed
Failed
status - The status of the component. States include:
InProgress
Completed
Failed
default DescribeTrialComponentResponse.Builder status(Consumer<TrialComponentStatus.Builder> status)
The status of the component. States include:
InProgress
Completed
Failed
TrialComponentStatus.Builder avoiding the need
to create one manually via TrialComponentStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to status(TrialComponentStatus).status - a consumer that will call methods on TrialComponentStatus.Builderstatus(TrialComponentStatus)DescribeTrialComponentResponse.Builder startTime(Instant startTime)
When the component started.
startTime - When the component started.DescribeTrialComponentResponse.Builder endTime(Instant endTime)
When the component ended.
endTime - When the component ended.DescribeTrialComponentResponse.Builder creationTime(Instant creationTime)
When the component was created.
creationTime - When the component was created.DescribeTrialComponentResponse.Builder createdBy(UserContext createdBy)
Who created the component.
createdBy - Who created the component.default DescribeTrialComponentResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy)
Who created the component.
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.BuildercreatedBy(UserContext)DescribeTrialComponentResponse.Builder lastModifiedTime(Instant lastModifiedTime)
When the component was last modified.
lastModifiedTime - When the component was last modified.DescribeTrialComponentResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
lastModifiedBy - Who last modified the component.default DescribeTrialComponentResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the component.
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.BuilderlastModifiedBy(UserContext)DescribeTrialComponentResponse.Builder parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters of the component.
parameters - The hyperparameters of the component.DescribeTrialComponentResponse.Builder inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts of the component.
inputArtifacts - The input artifacts of the component.DescribeTrialComponentResponse.Builder outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts of the component.
outputArtifacts - The output artifacts of the component.DescribeTrialComponentResponse.Builder metrics(Collection<TrialComponentMetricSummary> metrics)
The metrics for the component.
metrics - The metrics for the component.DescribeTrialComponentResponse.Builder metrics(TrialComponentMetricSummary... metrics)
The metrics for the component.
metrics - The metrics for the component.DescribeTrialComponentResponse.Builder metrics(Consumer<TrialComponentMetricSummary.Builder>... metrics)
The metrics for the component.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #metrics(List) .metrics - a consumer that will call methods on List.Builder #metrics(List) Copyright © 2020. All rights reserved.