public static interface CreateTrialComponentRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateTrialComponentRequest.Builder,CreateTrialComponentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTrialComponentRequest.Builder trialComponentName(String trialComponentName)
The name of the component. The name must be unique in your Amazon Web Services account and is not case-sensitive.
trialComponentName - The name of the component. The name must be unique in your Amazon Web Services account and is not
case-sensitive.CreateTrialComponentRequest.Builder displayName(String displayName)
The name of the component as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, TrialComponentName is displayed.
displayName - The name of the component as displayed. The name doesn't need to be unique. If
DisplayName isn't specified, TrialComponentName is displayed.CreateTrialComponentRequest.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 CreateTrialComponentRequest.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)CreateTrialComponentRequest.Builder startTime(Instant startTime)
When the component started.
startTime - When the component started.CreateTrialComponentRequest.Builder endTime(Instant endTime)
When the component ended.
endTime - When the component ended.CreateTrialComponentRequest.Builder parameters(Map<String,TrialComponentParameterValue> parameters)
The hyperparameters for the component.
parameters - The hyperparameters for the component.CreateTrialComponentRequest.Builder inputArtifacts(Map<String,TrialComponentArtifact> inputArtifacts)
The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types.
inputArtifacts - The input artifacts for the component. Examples of input artifacts are datasets, algorithms,
hyperparameters, source code, and instance types.CreateTrialComponentRequest.Builder outputArtifacts(Map<String,TrialComponentArtifact> outputArtifacts)
The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images.
outputArtifacts - The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and
images.CreateTrialComponentRequest.Builder metadataProperties(MetadataProperties metadataProperties)
metadataProperties - The new value for the MetadataProperties property for this object.default CreateTrialComponentRequest.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.BuildermetadataProperties(MetadataProperties)CreateTrialComponentRequest.Builder tags(Collection<Tag> tags)
A list of tags to associate with the component. You can use Search API to search on the tags.
tags - A list of tags to associate with the component. You can use Search API to search on the tags.CreateTrialComponentRequest.Builder tags(Tag... tags)
A list of tags to associate with the component. You can use Search API to search on the tags.
tags - A list of tags to associate with the component. You can use Search API to search on the tags.CreateTrialComponentRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tags to associate with the component. You can use Search API to search on the tags.
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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateTrialComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTrialComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.