public static interface ModelPackagingDescription.Builder extends SdkPojo, CopyableBuilder<ModelPackagingDescription.Builder,ModelPackagingDescription>
| Modifier and Type | Method and Description |
|---|---|
ModelPackagingDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the model packaging job was created.
|
ModelPackagingDescription.Builder |
jobName(String jobName)
The name of the model packaging job.
|
ModelPackagingDescription.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the time and date that the model packaging job was last updated.
|
default ModelPackagingDescription.Builder |
modelPackagingConfiguration(Consumer<ModelPackagingConfiguration.Builder> modelPackagingConfiguration)
The configuration information used in the model packaging job.
|
ModelPackagingDescription.Builder |
modelPackagingConfiguration(ModelPackagingConfiguration modelPackagingConfiguration)
The configuration information used in the model packaging job.
|
ModelPackagingDescription.Builder |
modelPackagingJobDescription(String modelPackagingJobDescription)
The description for the model packaging job.
|
ModelPackagingDescription.Builder |
modelPackagingMethod(String modelPackagingMethod)
The AWS service used to package the job.
|
default ModelPackagingDescription.Builder |
modelPackagingOutputDetails(Consumer<ModelPackagingOutputDetails.Builder> modelPackagingOutputDetails)
Information about the output of the model packaging job.
|
ModelPackagingDescription.Builder |
modelPackagingOutputDetails(ModelPackagingOutputDetails modelPackagingOutputDetails)
Information about the output of the model packaging job.
|
ModelPackagingDescription.Builder |
modelVersion(String modelVersion)
The version of the model used in the model packaging job.
|
ModelPackagingDescription.Builder |
projectName(String projectName)
The name of the project that's associated with a model that's in the model package.
|
ModelPackagingDescription.Builder |
status(ModelPackagingJobStatus status)
The status of the model packaging job.
|
ModelPackagingDescription.Builder |
status(String status)
The status of the model packaging job.
|
ModelPackagingDescription.Builder |
statusMessage(String statusMessage)
The status message for the model packaging job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelPackagingDescription.Builder jobName(String jobName)
The name of the model packaging job.
jobName - The name of the model packaging job.ModelPackagingDescription.Builder projectName(String projectName)
The name of the project that's associated with a model that's in the model package.
projectName - The name of the project that's associated with a model that's in the model package.ModelPackagingDescription.Builder modelVersion(String modelVersion)
The version of the model used in the model packaging job.
modelVersion - The version of the model used in the model packaging job.ModelPackagingDescription.Builder modelPackagingConfiguration(ModelPackagingConfiguration modelPackagingConfiguration)
The configuration information used in the model packaging job.
modelPackagingConfiguration - The configuration information used in the model packaging job.default ModelPackagingDescription.Builder modelPackagingConfiguration(Consumer<ModelPackagingConfiguration.Builder> modelPackagingConfiguration)
The configuration information used in the model packaging job.
This is a convenience method that creates an instance of theModelPackagingConfiguration.Builder
avoiding the need to create one manually via ModelPackagingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to modelPackagingConfiguration(ModelPackagingConfiguration).
modelPackagingConfiguration - a consumer that will call methods on ModelPackagingConfiguration.BuildermodelPackagingConfiguration(ModelPackagingConfiguration)ModelPackagingDescription.Builder modelPackagingJobDescription(String modelPackagingJobDescription)
The description for the model packaging job.
modelPackagingJobDescription - The description for the model packaging job.ModelPackagingDescription.Builder modelPackagingMethod(String modelPackagingMethod)
The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.
modelPackagingMethod - The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT
Greengrass.ModelPackagingDescription.Builder modelPackagingOutputDetails(ModelPackagingOutputDetails modelPackagingOutputDetails)
Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
modelPackagingOutputDetails - Information about the output of the model packaging job. For more information, see
DescribeModelPackagingJob.default ModelPackagingDescription.Builder modelPackagingOutputDetails(Consumer<ModelPackagingOutputDetails.Builder> modelPackagingOutputDetails)
Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.
This is a convenience method that creates an instance of theModelPackagingOutputDetails.Builder
avoiding the need to create one manually via ModelPackagingOutputDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to modelPackagingOutputDetails(ModelPackagingOutputDetails).
modelPackagingOutputDetails - a consumer that will call methods on ModelPackagingOutputDetails.BuildermodelPackagingOutputDetails(ModelPackagingOutputDetails)ModelPackagingDescription.Builder status(String status)
The status of the model packaging job.
status - The status of the model packaging job.ModelPackagingJobStatus,
ModelPackagingJobStatusModelPackagingDescription.Builder status(ModelPackagingJobStatus status)
The status of the model packaging job.
status - The status of the model packaging job.ModelPackagingJobStatus,
ModelPackagingJobStatusModelPackagingDescription.Builder statusMessage(String statusMessage)
The status message for the model packaging job.
statusMessage - The status message for the model packaging job.ModelPackagingDescription.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the model packaging job was created.
creationTimestamp - The Unix timestamp for the time and date that the model packaging job was created.ModelPackagingDescription.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the time and date that the model packaging job was last updated.
lastUpdatedTimestamp - The Unix timestamp for the time and date that the model packaging job was last updated.Copyright © 2022. All rights reserved.