Class CfnExperimentTrialComponentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnExperimentTrialComponentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentTrialComponentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentTrialComponentProps
@Stability(Stable)
@Internal
public static final class CfnExperimentTrialComponentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentTrialComponentProps
An implementation for
CfnExperimentTrialComponentProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnExperimentTrialComponentProps
CfnExperimentTrialComponentProps.Builder, CfnExperimentTrialComponentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentTrialComponentProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the component as displayed.final StringWhen the component ended.final ObjectMetadata properties of the tracking entity, trial, or trial component.final StringWhen the component started.final ObjectThe status of the trial component.getTags()A list of tags to associate with the component.final StringThe name of the trial component.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnExperimentTrialComponentProps.Builder.
-
-
Method Details
-
getTrialComponentName
Description copied from interface:CfnExperimentTrialComponentPropsThe name of the trial component.The name must be unique in your AWS account and is not case-sensitive.
- Specified by:
getTrialComponentNamein interfaceCfnExperimentTrialComponentProps- See Also:
-
getDisplayName
Description copied from interface:CfnExperimentTrialComponentPropsThe name of the component as displayed.The name doesn't need to be unique. If DisplayName isn't specified, TrialComponentName is displayed.
- Specified by:
getDisplayNamein interfaceCfnExperimentTrialComponentProps- See Also:
-
getEndTime
Description copied from interface:CfnExperimentTrialComponentPropsWhen the component ended.- Specified by:
getEndTimein interfaceCfnExperimentTrialComponentProps- See Also:
-
getMetadataProperties
Description copied from interface:CfnExperimentTrialComponentPropsMetadata properties of the tracking entity, trial, or trial component.Returns union: either
IResolvableorCfnExperimentTrialComponent.MetadataPropertiesProperty- Specified by:
getMetadataPropertiesin interfaceCfnExperimentTrialComponentProps- See Also:
-
getStartTime
Description copied from interface:CfnExperimentTrialComponentPropsWhen the component started.- Specified by:
getStartTimein interfaceCfnExperimentTrialComponentProps- See Also:
-
getStatus
Description copied from interface:CfnExperimentTrialComponentPropsThe status of the trial component.Returns union: either
IResolvableorCfnExperimentTrialComponent.StatusProperty- Specified by:
getStatusin interfaceCfnExperimentTrialComponentProps- See Also:
-
getTags
Description copied from interface:CfnExperimentTrialComponentPropsA list of tags to associate with the component.- Specified by:
getTagsin interfaceCfnExperimentTrialComponentProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-