Uses of Class
software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnModelPackagePropsMixin.Builder
Packages that use CfnModelPackagePropsMixin.Builder
-
Uses of CfnModelPackagePropsMixin.Builder in software.amazon.awscdk.mixins.preview.services.sagemaker.mixins
Methods in software.amazon.awscdk.mixins.preview.services.sagemaker.mixins that return CfnModelPackagePropsMixin.BuilderModifier and TypeMethodDescriptionCfnModelPackagePropsMixin.Builder.additionalInferenceSpecifications(List<? extends Object> additionalInferenceSpecifications) An array of additional Inference Specification objects.CfnModelPackagePropsMixin.Builder.additionalInferenceSpecifications(IResolvable additionalInferenceSpecifications) An array of additional Inference Specification objects.CfnModelPackagePropsMixin.Builder.additionalInferenceSpecificationsToAdd(List<? extends Object> additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array.CfnModelPackagePropsMixin.Builder.additionalInferenceSpecificationsToAdd(IResolvable additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array.CfnModelPackagePropsMixin.Builder.approvalDescription(String approvalDescription) A description provided when the model approval is set.CfnModelPackagePropsMixin.Builder.certifyForMarketplace(Boolean certifyForMarketplace) Whether the model package is to be certified to be listed on AWS Marketplace.CfnModelPackagePropsMixin.Builder.certifyForMarketplace(IResolvable certifyForMarketplace) Whether the model package is to be certified to be listed on AWS Marketplace.CfnModelPackagePropsMixin.Builder.clientToken(String clientToken) A unique token that guarantees that the call to this API is idempotent.CfnModelPackagePropsMixin.Builder.create()CfnModelPackagePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnModelPackagePropsMixin.Builder.customerMetadataProperties(Map<String, String> customerMetadataProperties) The metadata properties for the model package.CfnModelPackagePropsMixin.Builder.customerMetadataProperties(IResolvable customerMetadataProperties) The metadata properties for the model package.The machine learning domain of your model package and its components.CfnModelPackagePropsMixin.Builder.driftCheckBaselines(IResolvable driftCheckBaselines) Represents the drift check baselines that can be used when the model monitor is set using the model package.CfnModelPackagePropsMixin.Builder.driftCheckBaselines(CfnModelPackagePropsMixin.DriftCheckBaselinesProperty driftCheckBaselines) Represents the drift check baselines that can be used when the model monitor is set using the model package.CfnModelPackagePropsMixin.Builder.inferenceSpecification(IResolvable inferenceSpecification) Defines how to perform inference generation after a training job is run.CfnModelPackagePropsMixin.Builder.inferenceSpecification(CfnModelPackagePropsMixin.InferenceSpecificationProperty inferenceSpecification) Defines how to perform inference generation after a training job is run.CfnModelPackagePropsMixin.Builder.lastModifiedTime(String lastModifiedTime) The last time the model package was modified.CfnModelPackagePropsMixin.Builder.metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.CfnModelPackagePropsMixin.Builder.metadataProperties(CfnModelPackagePropsMixin.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.CfnModelPackagePropsMixin.Builder.modelApprovalStatus(String modelApprovalStatus) The approval status of the model.CfnModelPackagePropsMixin.Builder.modelCard(IResolvable modelCard) An Amazon SageMaker Model Card.CfnModelPackagePropsMixin.Builder.modelCard(CfnModelPackagePropsMixin.ModelCardProperty modelCard) An Amazon SageMaker Model Card.CfnModelPackagePropsMixin.Builder.modelMetrics(IResolvable modelMetrics) Metrics for the model.CfnModelPackagePropsMixin.Builder.modelMetrics(CfnModelPackagePropsMixin.ModelMetricsProperty modelMetrics) Metrics for the model.CfnModelPackagePropsMixin.Builder.modelPackageDescription(String modelPackageDescription) The description of the model package.CfnModelPackagePropsMixin.Builder.modelPackageGroupName(String modelPackageGroupName) The model group to which the model belongs.CfnModelPackagePropsMixin.Builder.modelPackageName(String modelPackageName) The name of the model package.CfnModelPackagePropsMixin.Builder.modelPackageStatusDetails(IResolvable modelPackageStatusDetails) Specifies the validation and image scan statuses of the model package.CfnModelPackagePropsMixin.Builder.modelPackageStatusDetails(CfnModelPackagePropsMixin.ModelPackageStatusDetailsProperty modelPackageStatusDetails) Specifies the validation and image scan statuses of the model package.CfnModelPackagePropsMixin.Builder.modelPackageVersion(Number modelPackageVersion) The version number of a versioned model.CfnModelPackagePropsMixin.Builder.samplePayloadUrl(String samplePayloadUrl) The Amazon Simple Storage Service path where the sample payload are stored.CfnModelPackagePropsMixin.Builder.securityConfig(IResolvable securityConfig) An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.CfnModelPackagePropsMixin.Builder.securityConfig(CfnModelPackagePropsMixin.SecurityConfigProperty securityConfig) An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.CfnModelPackagePropsMixin.Builder.skipModelValidation(String skipModelValidation) Indicates if you want to skip model validation.CfnModelPackagePropsMixin.Builder.sourceAlgorithmSpecification(IResolvable sourceAlgorithmSpecification) A list of algorithms that were used to create a model package.CfnModelPackagePropsMixin.Builder.sourceAlgorithmSpecification(CfnModelPackagePropsMixin.SourceAlgorithmSpecificationProperty sourceAlgorithmSpecification) A list of algorithms that were used to create a model package.The URI of the source for the model package.A list of the tags associated with the model package.The machine learning task your model package accomplishes.CfnModelPackagePropsMixin.Builder.validationSpecification(IResolvable validationSpecification) Specifies batch transform jobs that SageMaker runs to validate your model package.CfnModelPackagePropsMixin.Builder.validationSpecification(CfnModelPackagePropsMixin.ValidationSpecificationProperty validationSpecification) Specifies batch transform jobs that SageMaker runs to validate your model package.