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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnModelCard.TrainingJobDetailsProperty
CfnModelCard.TrainingJobDetailsProperty.Builder, CfnModelCard.TrainingJobDetailsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModelCard.TrainingJobDetailsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The hyper parameters used in the training job.final String
The SageMaker AI training job Amazon Resource Name (ARN).The location of the datasets used to train the model.final Object
The SageMaker AI training job image URI.final Object
The SageMaker AI training job results.final Object
Additional hyper parameters that you've specified when training the model.final Object
Custom training job results.final int
hashCode()
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.TrainingJobDetailsProperty
The hyper parameters used in the training job.- Specified by:
getHyperParameters
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
getTrainingArn
Description copied from interface:CfnModelCard.TrainingJobDetailsProperty
The SageMaker AI training job Amazon Resource Name (ARN).- Specified by:
getTrainingArn
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
getTrainingDatasets
Description copied from interface:CfnModelCard.TrainingJobDetailsProperty
The location of the datasets used to train the model.- Specified by:
getTrainingDatasets
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
getTrainingEnvironment
Description copied from interface:CfnModelCard.TrainingJobDetailsProperty
The SageMaker AI training job image URI.- Specified by:
getTrainingEnvironment
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
getTrainingMetrics
Description copied from interface:CfnModelCard.TrainingJobDetailsProperty
The SageMaker AI training job results.- Specified by:
getTrainingMetrics
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
getUserProvidedHyperParameters
Description copied from interface:CfnModelCard.TrainingJobDetailsProperty
Additional hyper parameters that you've specified when training the model.- Specified by:
getUserProvidedHyperParameters
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
getUserProvidedTrainingMetrics
Description copied from interface:CfnModelCard.TrainingJobDetailsProperty
Custom training job results.- Specified by:
getUserProvidedTrainingMetrics
in interfaceCfnModelCard.TrainingJobDetailsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-