Uses of Class
software.amazon.awscdk.services.sagemaker.CfnModelPackage.Builder
Packages that use CfnModelPackage.Builder
-
Uses of CfnModelPackage.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnModelPackage.BuilderModifier and TypeMethodDescriptionCfnModelPackage.Builder.additionalInferenceSpecificationDefinition(IResolvable additionalInferenceSpecificationDefinition) A structure of additional Inference Specification.CfnModelPackage.Builder.additionalInferenceSpecificationDefinition(CfnModelPackage.AdditionalInferenceSpecificationDefinitionProperty additionalInferenceSpecificationDefinition) A structure of additional Inference Specification.CfnModelPackage.Builder.additionalInferenceSpecifications(List<? extends Object> additionalInferenceSpecifications) An array of additional Inference Specification objects.CfnModelPackage.Builder.additionalInferenceSpecifications(IResolvable additionalInferenceSpecifications) An array of additional Inference Specification objects.CfnModelPackage.Builder.additionalInferenceSpecificationsToAdd(List<? extends Object> additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array.CfnModelPackage.Builder.additionalInferenceSpecificationsToAdd(IResolvable additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array.CfnModelPackage.Builder.approvalDescription(String approvalDescription) A description provided when the model approval is set.CfnModelPackage.Builder.certifyForMarketplace(Boolean certifyForMarketplace) Whether the model package is to be certified to be listed on AWS Marketplace.CfnModelPackage.Builder.certifyForMarketplace(IResolvable certifyForMarketplace) Whether the model package is to be certified to be listed on AWS Marketplace.CfnModelPackage.Builder.clientToken(String clientToken) A unique token that guarantees that the call to this API is idempotent.static CfnModelPackage.BuilderCfnModelPackage.Builder.createdBy(IResolvable createdBy) Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.CfnModelPackage.Builder.createdBy(CfnModelPackage.UserContextProperty createdBy) Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.CfnModelPackage.Builder.customerMetadataProperties(Map<String, String> customerMetadataProperties) The metadata properties for the model package.CfnModelPackage.Builder.customerMetadataProperties(IResolvable customerMetadataProperties) The metadata properties for the model package.The machine learning domain of your model package and its components.CfnModelPackage.Builder.driftCheckBaselines(IResolvable driftCheckBaselines) Represents the drift check baselines that can be used when the model monitor is set using the model package.CfnModelPackage.Builder.driftCheckBaselines(CfnModelPackage.DriftCheckBaselinesProperty driftCheckBaselines) Represents the drift check baselines that can be used when the model monitor is set using the model package.CfnModelPackage.Builder.environment(Map<String, String> environment) The environment variables to set in the Docker container.CfnModelPackage.Builder.environment(IResolvable environment) The environment variables to set in the Docker container.CfnModelPackage.Builder.inferenceSpecification(IResolvable inferenceSpecification) Defines how to perform inference generation after a training job is run.CfnModelPackage.Builder.inferenceSpecification(CfnModelPackage.InferenceSpecificationProperty inferenceSpecification) Defines how to perform inference generation after a training job is run.CfnModelPackage.Builder.lastModifiedBy(IResolvable lastModifiedBy) Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.CfnModelPackage.Builder.lastModifiedBy(CfnModelPackage.UserContextProperty lastModifiedBy) Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.CfnModelPackage.Builder.lastModifiedTime(String lastModifiedTime) The last time the model package was modified.CfnModelPackage.Builder.metadataProperties(IResolvable metadataProperties) Metadata properties of the tracking entity, trial, or trial component.CfnModelPackage.Builder.metadataProperties(CfnModelPackage.MetadataPropertiesProperty metadataProperties) Metadata properties of the tracking entity, trial, or trial component.CfnModelPackage.Builder.modelApprovalStatus(String modelApprovalStatus) The approval status of the model.CfnModelPackage.Builder.modelMetrics(IResolvable modelMetrics) Metrics for the model.CfnModelPackage.Builder.modelMetrics(CfnModelPackage.ModelMetricsProperty modelMetrics) Metrics for the model.CfnModelPackage.Builder.modelPackageDescription(String modelPackageDescription) The description of the model package.CfnModelPackage.Builder.modelPackageGroupName(String modelPackageGroupName) The model group to which the model belongs.CfnModelPackage.Builder.modelPackageName(String modelPackageName) The name of the model.CfnModelPackage.Builder.modelPackageStatusDetails(IResolvable modelPackageStatusDetails) Specifies the validation and image scan statuses of the model package.CfnModelPackage.Builder.modelPackageStatusDetails(CfnModelPackage.ModelPackageStatusDetailsProperty modelPackageStatusDetails) Specifies the validation and image scan statuses of the model package.CfnModelPackage.Builder.modelPackageStatusItem(IResolvable modelPackageStatusItem) Represents the overall status of a model package.CfnModelPackage.Builder.modelPackageStatusItem(CfnModelPackage.ModelPackageStatusItemProperty modelPackageStatusItem) Represents the overall status of a model package.CfnModelPackage.Builder.modelPackageVersion(Number modelPackageVersion) The version number of a versioned model.CfnModelPackage.Builder.samplePayloadUrl(String samplePayloadUrl) The Amazon Simple Storage Service path where the sample payload are stored.CfnModelPackage.Builder.sourceAlgorithmSpecification(IResolvable sourceAlgorithmSpecification) A list of algorithms that were used to create a model package.CfnModelPackage.Builder.sourceAlgorithmSpecification(CfnModelPackage.SourceAlgorithmSpecificationProperty sourceAlgorithmSpecification) A list of algorithms that were used to create a model package.A list of the tags associated with the model package.The machine learning task your model package accomplishes.CfnModelPackage.Builder.validationSpecification(IResolvable validationSpecification) Specifies batch transform jobs that SageMaker runs to validate your model package.CfnModelPackage.Builder.validationSpecification(CfnModelPackage.ValidationSpecificationProperty validationSpecification) Specifies batch transform jobs that SageMaker runs to validate your model package.