public static final class CfnModelPackageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelPackageProps
CfnModelPackageProps
CfnModelPackageProps.Builder, CfnModelPackageProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAdditionalInferenceSpecificationDefinition()
A structure of additional Inference Specification.
|
java.lang.Object |
getAdditionalInferenceSpecifications()
An array of additional Inference Specification objects.
|
java.lang.Object |
getAdditionalInferenceSpecificationsToAdd()
An array of additional Inference Specification objects to be added to the existing array.
|
java.lang.String |
getApprovalDescription()
A description provided when the model approval is set.
|
java.lang.Object |
getCertifyForMarketplace()
Whether the model package is to be certified to be listed on AWS Marketplace.
|
java.lang.String |
getClientToken()
A unique token that guarantees that the call to this API is idempotent.
|
java.lang.Object |
getCreatedBy()
Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.
|
java.lang.Object |
getCustomerMetadataProperties()
The metadata properties for the model package.
|
java.lang.String |
getDomain()
The machine learning domain of your model package and its components.
|
java.lang.Object |
getDriftCheckBaselines()
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
java.lang.Object |
getEnvironment()
The environment variables to set in the Docker container.
|
java.lang.Object |
getInferenceSpecification()
Defines how to perform inference generation after a training job is run.
|
java.lang.Object |
getLastModifiedBy()
Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.
|
java.lang.String |
getLastModifiedTime()
The last time the model package was modified.
|
java.lang.Object |
getMetadataProperties()
Metadata properties of the tracking entity, trial, or trial component.
|
java.lang.String |
getModelApprovalStatus()
The approval status of the model.
|
java.lang.Object |
getModelMetrics()
Metrics for the model.
|
java.lang.String |
getModelPackageDescription()
The description of the model package.
|
java.lang.String |
getModelPackageGroupName()
The model group to which the model belongs.
|
java.lang.String |
getModelPackageName()
The name of the model.
|
java.lang.Object |
getModelPackageStatusDetails()
Specifies the validation and image scan statuses of the model package.
|
java.lang.Object |
getModelPackageStatusItem()
Represents the overall status of a model package.
|
java.lang.Number |
getModelPackageVersion()
The version number of a versioned model.
|
java.lang.String |
getSamplePayloadUrl()
The Amazon Simple Storage Service path where the sample payload are stored.
|
java.lang.Object |
getSourceAlgorithmSpecification()
A list of algorithms that were used to create a model package.
|
java.util.List<CfnTag> |
getTags()
A list of the tags associated with the model package.
|
java.lang.String |
getTask()
The machine learning task your model package accomplishes.
|
java.lang.Object |
getValidationSpecification()
Specifies batch transform jobs that SageMaker runs to validate your model package.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAdditionalInferenceSpecificationDefinition()
CfnModelPackageProps
Additional Inference Specification specifies details about inference jobs that can be run with models based on this model package
getAdditionalInferenceSpecificationDefinition
in interface CfnModelPackageProps
public final java.lang.Object getAdditionalInferenceSpecifications()
CfnModelPackageProps
getAdditionalInferenceSpecifications
in interface CfnModelPackageProps
public final java.lang.Object getAdditionalInferenceSpecificationsToAdd()
CfnModelPackageProps
The total number of additional Inference Specification objects cannot exceed 15. Each additional Inference Specification object specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
getAdditionalInferenceSpecificationsToAdd
in interface CfnModelPackageProps
public final java.lang.String getApprovalDescription()
CfnModelPackageProps
getApprovalDescription
in interface CfnModelPackageProps
public final java.lang.Object getCertifyForMarketplace()
CfnModelPackageProps
For information about listing model packages on AWS Marketplace, see List Your Algorithm or Model Package on AWS Marketplace .
getCertifyForMarketplace
in interface CfnModelPackageProps
public final java.lang.String getClientToken()
CfnModelPackageProps
getClientToken
in interface CfnModelPackageProps
public final java.lang.Object getCreatedBy()
CfnModelPackageProps
getCreatedBy
in interface CfnModelPackageProps
public final java.lang.Object getCustomerMetadataProperties()
CfnModelPackageProps
getCustomerMetadataProperties
in interface CfnModelPackageProps
public final java.lang.String getDomain()
CfnModelPackageProps
Common machine learning domains include computer vision and natural language processing.
getDomain
in interface CfnModelPackageProps
public final java.lang.Object getDriftCheckBaselines()
CfnModelPackageProps
getDriftCheckBaselines
in interface CfnModelPackageProps
public final java.lang.Object getEnvironment()
CfnModelPackageProps
Each key and value in the Environment
string to string map can have length of up to 1024. We support up to 16 entries in the map.
getEnvironment
in interface CfnModelPackageProps
public final java.lang.Object getInferenceSpecification()
CfnModelPackageProps
getInferenceSpecification
in interface CfnModelPackageProps
public final java.lang.Object getLastModifiedBy()
CfnModelPackageProps
getLastModifiedBy
in interface CfnModelPackageProps
public final java.lang.String getLastModifiedTime()
CfnModelPackageProps
getLastModifiedTime
in interface CfnModelPackageProps
public final java.lang.Object getMetadataProperties()
CfnModelPackageProps
getMetadataProperties
in interface CfnModelPackageProps
public final java.lang.String getModelApprovalStatus()
CfnModelPackageProps
APPROVED
- The model is approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.getModelApprovalStatus
in interface CfnModelPackageProps
public final java.lang.Object getModelMetrics()
CfnModelPackageProps
getModelMetrics
in interface CfnModelPackageProps
public final java.lang.String getModelPackageDescription()
CfnModelPackageProps
getModelPackageDescription
in interface CfnModelPackageProps
public final java.lang.String getModelPackageGroupName()
CfnModelPackageProps
getModelPackageGroupName
in interface CfnModelPackageProps
public final java.lang.String getModelPackageName()
CfnModelPackageProps
getModelPackageName
in interface CfnModelPackageProps
public final java.lang.Object getModelPackageStatusDetails()
CfnModelPackageProps
getModelPackageStatusDetails
in interface CfnModelPackageProps
public final java.lang.Object getModelPackageStatusItem()
CfnModelPackageProps
getModelPackageStatusItem
in interface CfnModelPackageProps
public final java.lang.Number getModelPackageVersion()
CfnModelPackageProps
getModelPackageVersion
in interface CfnModelPackageProps
public final java.lang.String getSamplePayloadUrl()
CfnModelPackageProps
This path must point to a single gzip compressed tar archive (.tar.gz suffix).
getSamplePayloadUrl
in interface CfnModelPackageProps
public final java.lang.Object getSourceAlgorithmSpecification()
CfnModelPackageProps
getSourceAlgorithmSpecification
in interface CfnModelPackageProps
public final java.util.List<CfnTag> getTags()
CfnModelPackageProps
For more information, see Tagging AWS resources in the AWS General Reference Guide .
getTags
in interface CfnModelPackageProps
public final java.lang.String getTask()
CfnModelPackageProps
Common machine learning tasks include object detection and image classification.
getTask
in interface CfnModelPackageProps
public final java.lang.Object getValidationSpecification()
CfnModelPackageProps
getValidationSpecification
in interface CfnModelPackageProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()