Class CfnModelCard.TrainingJobDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModelCard.TrainingJobDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCard.TrainingJobDetailsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCard.TrainingJobDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnModelCard.TrainingJobDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCard.TrainingJobDetailsProperty
An implementation for
CfnModelCard.TrainingJobDetailsProperty-
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.CfnModelCard.TrainingJobDetailsProperty
CfnModelCard.TrainingJobDetailsProperty.Builder, CfnModelCard.TrainingJobDetailsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCard.TrainingJobDetailsProperty.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 ObjectThe hyper parameters used in the training job.final StringThe SageMaker AI training job Amazon Resource Name (ARN).The location of the datasets used to train the model.final ObjectThe SageMaker AI training job image URI.final ObjectThe SageMaker AI training job results.final ObjectAdditional hyper parameters that you've specified when training the model.final ObjectCustom training job results.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 theCfnModelCard.TrainingJobDetailsProperty.Builder.
-
-
Method Details
-
getHyperParameters
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyThe hyper parameters used in the training job.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelCard.TrainingHyperParameterProperty>- Specified by:
getHyperParametersin interfaceCfnModelCard.TrainingJobDetailsProperty- See Also:
-
getTrainingArn
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyThe SageMaker AI training job Amazon Resource Name (ARN).- Specified by:
getTrainingArnin interfaceCfnModelCard.TrainingJobDetailsProperty- See Also:
-
getTrainingDatasets
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyThe location of the datasets used to train the model.- Specified by:
getTrainingDatasetsin interfaceCfnModelCard.TrainingJobDetailsProperty- See Also:
-
getTrainingEnvironment
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyThe SageMaker AI training job image URI.Returns union: either
IResolvableorCfnModelCard.TrainingEnvironmentProperty- Specified by:
getTrainingEnvironmentin interfaceCfnModelCard.TrainingJobDetailsProperty- See Also:
-
getTrainingMetrics
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyThe SageMaker AI training job results.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelCard.TrainingMetricProperty>- Specified by:
getTrainingMetricsin interfaceCfnModelCard.TrainingJobDetailsProperty- See Also:
-
getUserProvidedHyperParameters
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyAdditional hyper parameters that you've specified when training the model.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelCard.TrainingHyperParameterProperty>- Specified by:
getUserProvidedHyperParametersin interfaceCfnModelCard.TrainingJobDetailsProperty- See Also:
-
getUserProvidedTrainingMetrics
Description copied from interface:CfnModelCard.TrainingJobDetailsPropertyCustom training job results.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnModelCard.TrainingMetricProperty>- Specified by:
getUserProvidedTrainingMetricsin interfaceCfnModelCard.TrainingJobDetailsProperty- 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()
-