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