Class CfnModelCardPropsMixin.ModelOverviewProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.ModelOverviewProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModelCardPropsMixin.ModelOverviewProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelCardPropsMixin.ModelOverviewProperty
@Stability(Stable)
@Internal
public static final class CfnModelCardPropsMixin.ModelOverviewProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelCardPropsMixin.ModelOverviewProperty
An implementation for
CfnModelCardPropsMixin.ModelOverviewProperty-
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.CfnModelCardPropsMixin.ModelOverviewProperty
CfnModelCardPropsMixin.ModelOverviewProperty.Builder, CfnModelCardPropsMixin.ModelOverviewProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnModelCardPropsMixin.ModelOverviewProperty.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 algorithm used to solve the problem.final ObjectAn overview about model inference.The location of the model artifact.final StringThe creator of the model.final StringA description of the model.final StringThe SageMaker AI Model ARN or non- SageMaker AI Model ID.final StringThe name of the model.final StringThe owner of the model.final NumberThe version of the model.final StringThe problem being solved with the model.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 theCfnModelCardPropsMixin.ModelOverviewProperty.Builder.
-
-
Method Details
-
getAlgorithmType
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe algorithm used to solve the problem.- Specified by:
getAlgorithmTypein interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getInferenceEnvironment
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyAn overview about model inference.Returns union: either
IResolvableorCfnModelCardPropsMixin.InferenceEnvironmentProperty- Specified by:
getInferenceEnvironmentin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelArtifact
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe location of the model artifact.- Specified by:
getModelArtifactin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelCreator
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe creator of the model.- Specified by:
getModelCreatorin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelDescription
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyA description of the model.- Specified by:
getModelDescriptionin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelId
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe SageMaker AI Model ARN or non- SageMaker AI Model ID.- Specified by:
getModelIdin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelName
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe name of the model.- Specified by:
getModelNamein interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelOwner
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe owner of the model.- Specified by:
getModelOwnerin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getModelVersion
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe version of the model.- Specified by:
getModelVersionin interfaceCfnModelCardPropsMixin.ModelOverviewProperty- See Also:
-
getProblemType
Description copied from interface:CfnModelCardPropsMixin.ModelOverviewPropertyThe problem being solved with the model.- Specified by:
getProblemTypein interfaceCfnModelCardPropsMixin.ModelOverviewProperty- 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()
-