Class CfnAlgorithmProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnAlgorithmProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAlgorithmProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAlgorithmProps
@Stability(Stable)
@Internal
public static final class CfnAlgorithmProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAlgorithmProps
An implementation for
CfnAlgorithmProps-
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.CfnAlgorithmProps
CfnAlgorithmProps.Builder, CfnAlgorithmProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAlgorithmProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAlgorithmProps.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 StringA description of the algorithm.final StringThe name of the algorithm.final ObjectWhether to certify the algorithm so that it can be listed in AWS Marketplace.final ObjectReturns union: eitherIResolvableorCfnAlgorithm.InferenceSpecificationPropertygetTags()An array of key-value pairs to apply to this resource.final ObjectReturns union: eitherIResolvableorCfnAlgorithm.TrainingSpecificationPropertyfinal 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 theCfnAlgorithmProps.Builder.
-
-
Method Details
-
getAlgorithmName
Description copied from interface:CfnAlgorithmPropsThe name of the algorithm.- Specified by:
getAlgorithmNamein interfaceCfnAlgorithmProps- See Also:
-
getTrainingSpecification
Description copied from interface:CfnAlgorithmPropsReturns union: eitherIResolvableorCfnAlgorithm.TrainingSpecificationProperty- Specified by:
getTrainingSpecificationin interfaceCfnAlgorithmProps- See Also:
-
getAlgorithmDescription
Description copied from interface:CfnAlgorithmPropsA description of the algorithm.- Specified by:
getAlgorithmDescriptionin interfaceCfnAlgorithmProps- See Also:
-
getCertifyForMarketplace
Description copied from interface:CfnAlgorithmPropsWhether to certify the algorithm so that it can be listed in AWS Marketplace.Returns union: either
BooleanorIResolvable- Specified by:
getCertifyForMarketplacein interfaceCfnAlgorithmProps- See Also:
-
getInferenceSpecification
Description copied from interface:CfnAlgorithmPropsReturns union: eitherIResolvableorCfnAlgorithm.InferenceSpecificationProperty- Specified by:
getInferenceSpecificationin interfaceCfnAlgorithmProps- See Also:
-
getTags
Description copied from interface:CfnAlgorithmPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnAlgorithmProps- 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()
-