Class CfnTrialComponent.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnTrialComponent.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrialComponent>
- Enclosing class:
CfnTrialComponent
@Stability(Stable)
public static final class CfnTrialComponent.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrialComponent>
A fluent builder for
CfnTrialComponent.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnTrialComponent.BuilderdisplayName(String displayName) The name of the component as displayed.inputArtifacts(Map<String, ? extends Object> inputArtifacts) The input artifacts for the component.inputArtifacts(IResolvable inputArtifacts) The input artifacts for the component.metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.metadataProperties(CfnTrialComponent.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.outputArtifacts(Map<String, ? extends Object> outputArtifacts) The output artifacts for the component.outputArtifacts(IResolvable outputArtifacts) The output artifacts for the component.parameters(Map<String, ? extends Object> parameters) The hyperparameters for the component.parameters(IResolvable parameters) The hyperparameters for the component.status(IResolvable status) The status of the trial component.The status of the trial component.tags(List<? extends CfnTrialComponent.TagsItemsProperty> tags) A list of tags to associate with the trial component.trialComponentName(String trialComponentName) The name of the trial component.
-
Method Details
-
create
@Stability(Stable) public static CfnTrialComponent.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnTrialComponent.Builder.
-
trialComponentName
The name of the trial component.Must be unique in your AWS account and is not case-sensitive.
- Parameters:
trialComponentName- The name of the trial component. This parameter is required.- Returns:
this- See Also:
-
displayName
The name of the component as displayed.If DisplayName isn't specified, TrialComponentName is displayed.
- Parameters:
displayName- The name of the component as displayed. This parameter is required.- Returns:
this- See Also:
-
inputArtifacts
The input artifacts for the component.- Parameters:
inputArtifacts- The input artifacts for the component. This parameter is required.- Returns:
this- See Also:
-
inputArtifacts
@Stability(Stable) public CfnTrialComponent.Builder inputArtifacts(Map<String, ? extends Object> inputArtifacts) The input artifacts for the component.- Parameters:
inputArtifacts- The input artifacts for the component. This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnTrialComponent.Builder metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.- Parameters:
metadataProperties- Metadata properties of the tracking entity, trial, or trial component. This parameter is required.- Returns:
this- See Also:
-
metadataProperties
@Stability(Stable) public CfnTrialComponent.Builder metadataProperties(CfnTrialComponent.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.- Parameters:
metadataProperties- Metadata properties of the tracking entity, trial, or trial component. This parameter is required.- Returns:
this- See Also:
-
outputArtifacts
The output artifacts for the component.- Parameters:
outputArtifacts- The output artifacts for the component. This parameter is required.- Returns:
this- See Also:
-
outputArtifacts
@Stability(Stable) public CfnTrialComponent.Builder outputArtifacts(Map<String, ? extends Object> outputArtifacts) The output artifacts for the component.- Parameters:
outputArtifacts- The output artifacts for the component. This parameter is required.- Returns:
this- See Also:
-
parameters
The hyperparameters for the component.- Parameters:
parameters- The hyperparameters for the component. This parameter is required.- Returns:
this- See Also:
-
parameters
@Stability(Stable) public CfnTrialComponent.Builder parameters(Map<String, ? extends Object> parameters) The hyperparameters for the component.- Parameters:
parameters- The hyperparameters for the component. This parameter is required.- Returns:
this- See Also:
-
status
The status of the trial component.- Parameters:
status- The status of the trial component. This parameter is required.- Returns:
this- See Also:
-
status
@Stability(Stable) public CfnTrialComponent.Builder status(CfnTrialComponent.TrialComponentStatusProperty status) The status of the trial component.- Parameters:
status- The status of the trial component. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnTrialComponent.Builder tags(List<? extends CfnTrialComponent.TagsItemsProperty> tags) A list of tags to associate with the trial component.- Parameters:
tags- A list of tags to associate with the trial component. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrialComponent>- Returns:
- a newly built instance of
CfnTrialComponent.
-