Class CfnTrialComponentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnTrialComponentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTrialComponentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrialComponentProps
@Stability(Stable)
@Internal
public static final class CfnTrialComponentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrialComponentProps
An implementation for
CfnTrialComponentProps-
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.CfnTrialComponentProps
CfnTrialComponentProps.Builder, CfnTrialComponentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTrialComponentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTrialComponentProps.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 theCfnTrialComponentProps.Builder.
-
-
Method Details
-
getTrialComponentName
Description copied from interface:CfnTrialComponentPropsThe name of the trial component.Must be unique in your AWS account and is not case-sensitive.
- Specified by:
getTrialComponentNamein interfaceCfnTrialComponentProps- See Also:
-
getDisplayName
Description copied from interface:CfnTrialComponentPropsThe name of the component as displayed.If DisplayName isn't specified, TrialComponentName is displayed.
- Specified by:
getDisplayNamein interfaceCfnTrialComponentProps- See Also:
-
getInputArtifacts
Description copied from interface:CfnTrialComponentPropsThe input artifacts for the component.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnTrialComponent.TrialComponentArtifactProperty>- Specified by:
getInputArtifactsin interfaceCfnTrialComponentProps- See Also:
-
getMetadataProperties
Description copied from interface:CfnTrialComponentPropsMetadata properties of the tracking entity, trial, or trial component.Returns union: either
IResolvableorCfnTrialComponent.MetadataPropertiesProperty- Specified by:
getMetadataPropertiesin interfaceCfnTrialComponentProps- See Also:
-
getOutputArtifacts
Description copied from interface:CfnTrialComponentPropsThe output artifacts for the component.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnTrialComponent.TrialComponentArtifactProperty>- Specified by:
getOutputArtifactsin interfaceCfnTrialComponentProps- See Also:
-
getParameters
Description copied from interface:CfnTrialComponentPropsThe hyperparameters for the component.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnTrialComponent.TrialComponentParameterValueProperty>- Specified by:
getParametersin interfaceCfnTrialComponentProps- See Also:
-
getStatus
Description copied from interface:CfnTrialComponentPropsThe status of the trial component.Returns union: either
IResolvableorCfnTrialComponent.TrialComponentStatusProperty- Specified by:
getStatusin interfaceCfnTrialComponentProps- See Also:
-
getTags
Description copied from interface:CfnTrialComponentPropsA list of tags to associate with the trial component.- Specified by:
getTagsin interfaceCfnTrialComponentProps- 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()
-