Class CfnTrialComponentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTrialComponentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrialComponentPropsMixin>
- Enclosing class:
CfnTrialComponentPropsMixin
@Stability(Stable)
public static final class CfnTrialComponentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrialComponentPropsMixin>
A fluent builder for
CfnTrialComponentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) displayName(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(CfnTrialComponentPropsMixin.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.metadataProperties(IResolvable 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.The status of the trial component.status(IResolvable status) The status of the trial component.tags(List<? extends CfnTrialComponentPropsMixin.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 CfnTrialComponentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTrialComponentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTrialComponentPropsMixin.Builder.
-
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
@Stability(Stable) public CfnTrialComponentPropsMixin.Builder inputArtifacts(IResolvable 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 CfnTrialComponentPropsMixin.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 CfnTrialComponentPropsMixin.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 CfnTrialComponentPropsMixin.Builder metadataProperties(CfnTrialComponentPropsMixin.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
@Stability(Stable) public CfnTrialComponentPropsMixin.Builder outputArtifacts(IResolvable 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 CfnTrialComponentPropsMixin.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 CfnTrialComponentPropsMixin.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 CfnTrialComponentPropsMixin.Builder status(CfnTrialComponentPropsMixin.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 CfnTrialComponentPropsMixin.Builder tags(List<? extends CfnTrialComponentPropsMixin.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:
-
trialComponentName
@Stability(Stable) public CfnTrialComponentPropsMixin.Builder trialComponentName(String 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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrialComponentPropsMixin>- Returns:
- a newly built instance of
CfnTrialComponentPropsMixin.
-