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