Interface CfnTransformJobPropsMixin.ExperimentConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransformJobPropsMixin.ExperimentConfigProperty.Jsii$Proxy
- Enclosing class:
CfnTransformJobPropsMixin
@Stability(Stable)
public static interface CfnTransformJobPropsMixin.ExperimentConfigProperty
extends software.amazon.jsii.JsiiSerializable
Associates a SageMaker job as a trial component with an experiment and trial.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ExperimentConfigProperty experimentConfigProperty = ExperimentConfigProperty.builder()
.experimentName("experimentName")
.trialComponentDisplayName("trialComponentDisplayName")
.trialName("trialName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransformJobPropsMixin.ExperimentConfigPropertystatic final classAn implementation forCfnTransformJobPropsMixin.ExperimentConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExperimentName
The name of an existing experiment to associate with the trial component.- See Also:
-
getTrialComponentDisplayName
The display name for the trial component.- See Also:
-
getTrialName
The name of an existing trial to associate the trial component with.- See Also:
-
builder
-