Class CfnExperimentTrialComponentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnExperimentTrialComponentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExperimentTrialComponentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExperimentTrialComponentMixinProps
@Stability(Stable)
@Internal
public static final class CfnExperimentTrialComponentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExperimentTrialComponentMixinProps
An implementation for
CfnExperimentTrialComponentMixinProps-
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.cfnpropertymixins.services.sagemaker.CfnExperimentTrialComponentMixinProps
CfnExperimentTrialComponentMixinProps.Builder, CfnExperimentTrialComponentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExperimentTrialComponentMixinProps.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 theCfnExperimentTrialComponentMixinProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnExperimentTrialComponentMixinPropsThe 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 interfaceCfnExperimentTrialComponentMixinProps- See Also:
-
getEndTime
Description copied from interface:CfnExperimentTrialComponentMixinPropsWhen the component ended.- Specified by:
getEndTimein interfaceCfnExperimentTrialComponentMixinProps- See Also:
-
getMetadataProperties
Description copied from interface:CfnExperimentTrialComponentMixinPropsMetadata properties of the tracking entity, trial, or trial component.Returns union: either
IResolvableorCfnExperimentTrialComponentPropsMixin.MetadataPropertiesProperty- Specified by:
getMetadataPropertiesin interfaceCfnExperimentTrialComponentMixinProps- See Also:
-
getStartTime
Description copied from interface:CfnExperimentTrialComponentMixinPropsWhen the component started.- Specified by:
getStartTimein interfaceCfnExperimentTrialComponentMixinProps- See Also:
-
getStatus
Description copied from interface:CfnExperimentTrialComponentMixinPropsThe status of the trial component.Returns union: either
IResolvableorCfnExperimentTrialComponentPropsMixin.StatusProperty- Specified by:
getStatusin interfaceCfnExperimentTrialComponentMixinProps- See Also:
-
getTags
Description copied from interface:CfnExperimentTrialComponentMixinPropsA list of tags to associate with the component.- Specified by:
getTagsin interfaceCfnExperimentTrialComponentMixinProps- See Also:
-
getTrialComponentName
Description copied from interface:CfnExperimentTrialComponentMixinPropsThe name of the trial component.The name must be unique in your AWS account and is not case-sensitive.
- Specified by:
getTrialComponentNamein interfaceCfnExperimentTrialComponentMixinProps- 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()
-