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