Class CfnTrialComponentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTrialComponentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrialComponentMixinProps
CfnTrialComponentMixinProps-
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.CfnTrialComponentMixinProps
CfnTrialComponentMixinProps.Builder, CfnTrialComponentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTrialComponentMixinProps.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 ObjectThe input artifacts for the component.final ObjectMetadata properties of the tracking entity, trial, or trial component.final ObjectThe output artifacts for the component.final ObjectThe hyperparameters for the component.final ObjectThe status of the trial component.getTags()A list of tags to associate with the trial 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 theCfnTrialComponentMixinProps.Builder.
-
-
Method Details
-
getDisplayName
Description copied from interface:CfnTrialComponentMixinPropsThe name of the component as displayed.If DisplayName isn't specified, TrialComponentName is displayed.
- Specified by:
getDisplayNamein interfaceCfnTrialComponentMixinProps- See Also:
-
getInputArtifacts
Description copied from interface:CfnTrialComponentMixinPropsThe input artifacts for the component.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnTrialComponentPropsMixin.TrialComponentArtifactProperty>- Specified by:
getInputArtifactsin interfaceCfnTrialComponentMixinProps- See Also:
-
getMetadataProperties
Description copied from interface:CfnTrialComponentMixinPropsMetadata properties of the tracking entity, trial, or trial component.Returns union: either
IResolvableorCfnTrialComponentPropsMixin.MetadataPropertiesProperty- Specified by:
getMetadataPropertiesin interfaceCfnTrialComponentMixinProps- See Also:
-
getOutputArtifacts
Description copied from interface:CfnTrialComponentMixinPropsThe output artifacts for the component.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnTrialComponentPropsMixin.TrialComponentArtifactProperty>- Specified by:
getOutputArtifactsin interfaceCfnTrialComponentMixinProps- See Also:
-
getParameters
Description copied from interface:CfnTrialComponentMixinPropsThe hyperparameters for the component.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnTrialComponentPropsMixin.TrialComponentParameterValueProperty>- Specified by:
getParametersin interfaceCfnTrialComponentMixinProps- See Also:
-
getStatus
Description copied from interface:CfnTrialComponentMixinPropsThe status of the trial component.Returns union: either
IResolvableorCfnTrialComponentPropsMixin.TrialComponentStatusProperty- Specified by:
getStatusin interfaceCfnTrialComponentMixinProps- See Also:
-
getTags
Description copied from interface:CfnTrialComponentMixinPropsA list of tags to associate with the trial component.- Specified by:
getTagsin interfaceCfnTrialComponentMixinProps- See Also:
-
getTrialComponentName
Description copied from interface:CfnTrialComponentMixinPropsThe name of the trial component.Must be unique in your AWS account and is not case-sensitive.
- Specified by:
getTrialComponentNamein interfaceCfnTrialComponentMixinProps- 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()
-