| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelPackageResult |
AbstractAmazonSageMaker.describeModelPackage(DescribeModelPackageRequest request) |
DescribeModelPackageResult |
AmazonSageMakerClient.describeModelPackage(DescribeModelPackageRequest request)
Returns a description of the specified model package, which is used to create SageMaker models or list them on
Amazon Web Services Marketplace.
|
DescribeModelPackageResult |
AmazonSageMaker.describeModelPackage(DescribeModelPackageRequest describeModelPackageRequest)
Returns a description of the specified model package, which is used to create SageMaker models or list them on
Amazon Web Services Marketplace.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeModelPackageResult> |
AbstractAmazonSageMakerAsync.describeModelPackageAsync(DescribeModelPackageRequest request,
AsyncHandler<DescribeModelPackageRequest,DescribeModelPackageResult> asyncHandler) |
Future<DescribeModelPackageResult> |
AmazonSageMakerAsync.describeModelPackageAsync(DescribeModelPackageRequest describeModelPackageRequest,
AsyncHandler<DescribeModelPackageRequest,DescribeModelPackageResult> asyncHandler)
Returns a description of the specified model package, which is used to create SageMaker models or list them on
Amazon Web Services Marketplace.
|
Future<DescribeModelPackageResult> |
AmazonSageMakerAsyncClient.describeModelPackageAsync(DescribeModelPackageRequest request,
AsyncHandler<DescribeModelPackageRequest,DescribeModelPackageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeModelPackageResult |
DescribeModelPackageResult.addCustomerMetadataPropertiesEntry(String key,
String value)
Add a single CustomerMetadataProperties entry
|
DescribeModelPackageResult |
DescribeModelPackageResult.clearCustomerMetadataPropertiesEntries()
Removes all the entries added into CustomerMetadataProperties.
|
DescribeModelPackageResult |
DescribeModelPackageResult.clone() |
DescribeModelPackageResult |
DescribeModelPackageResult.withAdditionalInferenceSpecifications(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withAdditionalInferenceSpecifications(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecifications)
An array of additional Inference Specification objects.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withApprovalDescription(String approvalDescription)
A description provided for the model approval.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withCertifyForMarketplace(Boolean certifyForMarketplace)
Whether the model package is certified for listing on Amazon Web Services Marketplace.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withCreatedBy(UserContext createdBy) |
DescribeModelPackageResult |
DescribeModelPackageResult.withCreationTime(Date creationTime)
A timestamp specifying when the model package was created.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withCustomerMetadataProperties(Map<String,String> customerMetadataProperties)
The metadata properties associated with the model package versions.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withDomain(String domain)
The machine learning domain of the model package you specified.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withDriftCheckBaselines(DriftCheckBaselines driftCheckBaselines)
Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withInferenceSpecification(InferenceSpecification inferenceSpecification)
Details about inference jobs that can be run with models based on this model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withLastModifiedBy(UserContext lastModifiedBy) |
DescribeModelPackageResult |
DescribeModelPackageResult.withLastModifiedTime(Date lastModifiedTime)
The last time that the model package was modified.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withMetadataProperties(MetadataProperties metadataProperties) |
DescribeModelPackageResult |
DescribeModelPackageResult.withModelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelApprovalStatus(String modelApprovalStatus)
The approval status of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelMetrics(ModelMetrics modelMetrics)
Metrics for the model.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageDescription(String modelPackageDescription)
A brief summary of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageGroupName(String modelPackageGroupName)
If the model is a versioned model, the name of the model group that the versioned model belongs to.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageName(String modelPackageName)
The name of the model package being described.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageStatus(ModelPackageStatus modelPackageStatus)
The current status of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageStatus(String modelPackageStatus)
The current status of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageStatusDetails(ModelPackageStatusDetails modelPackageStatusDetails)
Details about the current status of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withModelPackageVersion(Integer modelPackageVersion)
The version of the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withSamplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload are stored.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withSourceAlgorithmSpecification(SourceAlgorithmSpecification sourceAlgorithmSpecification)
Details about the algorithm that was used to create the model package.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withTask(String task)
The machine learning task you specified that your model package accomplishes.
|
DescribeModelPackageResult |
DescribeModelPackageResult.withValidationSpecification(ModelPackageValidationSpecification validationSpecification)
Configurations for one or more transform jobs that SageMaker runs to test the model package.
|
Copyright © 2023. All rights reserved.