Interface CfnTrialComponent.TrialComponentArtifactProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTrialComponent.TrialComponentArtifactProperty.Jsii$Proxy
- Enclosing class:
CfnTrialComponent
@Stability(Stable)
public static interface CfnTrialComponent.TrialComponentArtifactProperty
extends software.amazon.jsii.JsiiSerializable
Represents an input or output artifact of a trial component.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
TrialComponentArtifactProperty trialComponentArtifactProperty = TrialComponentArtifactProperty.builder()
.value("value")
// the properties below are optional
.mediaType("mediaType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTrialComponent.TrialComponentArtifactPropertystatic final classAn implementation forCfnTrialComponent.TrialComponentArtifactProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getValue
The location of the artifact.- See Also:
-
getMediaType
The media type of the artifact.- See Also:
-
builder
-