| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.clone() |
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the time and date that the model packaging job was created.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withJobName(String jobName)
The name of the model packaging job.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix timestamp for the time and date that the model packaging job was last updated.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withModelPackagingJobDescription(String modelPackagingJobDescription)
The description for the model packaging job.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withModelPackagingMethod(String modelPackagingMethod)
The AWS service used to package the job.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withModelVersion(String modelVersion)
The version of the model that is in the model package.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withProjectName(String projectName)
The project that contains the model that is in the model package.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withStatus(ModelPackagingJobStatus status)
The status of the model packaging job.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withStatus(String status)
The status of the model packaging job.
|
ModelPackagingJobMetadata |
ModelPackagingJobMetadata.withStatusMessage(String statusMessage)
The status message for the model packaging job.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModelPackagingJobMetadata> |
ListModelPackagingJobsResult.getModelPackagingJobs()
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
| Modifier and Type | Method and Description |
|---|---|
ListModelPackagingJobsResult |
ListModelPackagingJobsResult.withModelPackagingJobs(ModelPackagingJobMetadata... modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListModelPackagingJobsResult.setModelPackagingJobs(Collection<ModelPackagingJobMetadata> modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
ListModelPackagingJobsResult |
ListModelPackagingJobsResult.withModelPackagingJobs(Collection<ModelPackagingJobMetadata> modelPackagingJobs)
A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.
|
Copyright © 2024. All rights reserved.