Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnTrialComponentPropsMixin.Builder
Packages that use CfnTrialComponentPropsMixin.Builder
-
Uses of CfnTrialComponentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnTrialComponentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnTrialComponentPropsMixin.Builder.create()CfnTrialComponentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTrialComponentPropsMixin.Builder.displayName(String displayName) The name of the component as displayed.CfnTrialComponentPropsMixin.Builder.inputArtifacts(Map<String, ? extends Object> inputArtifacts) The input artifacts for the component.CfnTrialComponentPropsMixin.Builder.inputArtifacts(IResolvable inputArtifacts) The input artifacts for the component.CfnTrialComponentPropsMixin.Builder.metadataProperties(CfnTrialComponentPropsMixin.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.CfnTrialComponentPropsMixin.Builder.metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.CfnTrialComponentPropsMixin.Builder.outputArtifacts(Map<String, ? extends Object> outputArtifacts) The output artifacts for the component.CfnTrialComponentPropsMixin.Builder.outputArtifacts(IResolvable outputArtifacts) The output artifacts for the component.CfnTrialComponentPropsMixin.Builder.parameters(Map<String, ? extends Object> parameters) The hyperparameters for the component.CfnTrialComponentPropsMixin.Builder.parameters(IResolvable parameters) The hyperparameters for the component.CfnTrialComponentPropsMixin.Builder.status(CfnTrialComponentPropsMixin.TrialComponentStatusProperty status) The status of the trial component.CfnTrialComponentPropsMixin.Builder.status(IResolvable status) The status of the trial component.CfnTrialComponentPropsMixin.Builder.tags(List<? extends CfnTrialComponentPropsMixin.TagsItemsProperty> tags) A list of tags to associate with the trial component.CfnTrialComponentPropsMixin.Builder.trialComponentName(String trialComponentName) The name of the trial component.