public static interface ModelDescription.Builder extends SdkPojo, CopyableBuilder<ModelDescription.Builder,ModelDescription>
| Modifier and Type | Method and Description |
|---|---|
ModelDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The unix timestamp for the date and time that the model was created.
|
ModelDescription.Builder |
description(String description)
The description for the model.
|
ModelDescription.Builder |
evaluationEndTimestamp(Instant evaluationEndTimestamp)
The unix timestamp for the date and time that the evaluation ended.
|
default ModelDescription.Builder |
evaluationManifest(Consumer<OutputS3Object.Builder> evaluationManifest)
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained
model and generate the performance scores.
|
ModelDescription.Builder |
evaluationManifest(OutputS3Object evaluationManifest)
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained
model and generate the performance scores.
|
default ModelDescription.Builder |
evaluationResult(Consumer<OutputS3Object.Builder> evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
ModelDescription.Builder |
evaluationResult(OutputS3Object evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
ModelDescription.Builder |
kmsKeyId(String kmsKeyId)
The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during
training.
|
ModelDescription.Builder |
maxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model.
|
ModelDescription.Builder |
minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units used by the model.
|
ModelDescription.Builder |
modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
ModelDescription.Builder |
modelVersion(String modelVersion)
The version of the model
|
default ModelDescription.Builder |
outputConfig(Consumer<OutputConfig.Builder> outputConfig)
The S3 location where Amazon Lookout for Vision saves model training files.
|
ModelDescription.Builder |
outputConfig(OutputConfig outputConfig)
The S3 location where Amazon Lookout for Vision saves model training files.
|
default ModelDescription.Builder |
performance(Consumer<ModelPerformance.Builder> performance)
Performance metrics for the model.
|
ModelDescription.Builder |
performance(ModelPerformance performance)
Performance metrics for the model.
|
ModelDescription.Builder |
status(ModelStatus status)
The status of the model.
|
ModelDescription.Builder |
status(String status)
The status of the model.
|
ModelDescription.Builder |
statusMessage(String statusMessage)
The status message for the model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelDescription.Builder modelVersion(String modelVersion)
The version of the model
modelVersion - The version of the modelModelDescription.Builder modelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
modelArn - The Amazon Resource Name (ARN) of the model.ModelDescription.Builder creationTimestamp(Instant creationTimestamp)
The unix timestamp for the date and time that the model was created.
creationTimestamp - The unix timestamp for the date and time that the model was created.ModelDescription.Builder description(String description)
The description for the model.
description - The description for the model.ModelDescription.Builder status(String status)
The status of the model.
status - The status of the model.ModelStatus,
ModelStatusModelDescription.Builder status(ModelStatus status)
The status of the model.
status - The status of the model.ModelStatus,
ModelStatusModelDescription.Builder statusMessage(String statusMessage)
The status message for the model.
statusMessage - The status message for the model.ModelDescription.Builder performance(ModelPerformance performance)
Performance metrics for the model. Created during training.
performance - Performance metrics for the model. Created during training.default ModelDescription.Builder performance(Consumer<ModelPerformance.Builder> performance)
Performance metrics for the model. Created during training.
This is a convenience method that creates an instance of theModelPerformance.Builder avoiding the
need to create one manually via ModelPerformance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to performance(ModelPerformance).
performance - a consumer that will call methods on ModelPerformance.Builderperformance(ModelPerformance)ModelDescription.Builder outputConfig(OutputConfig outputConfig)
The S3 location where Amazon Lookout for Vision saves model training files.
outputConfig - The S3 location where Amazon Lookout for Vision saves model training files.default ModelDescription.Builder outputConfig(Consumer<OutputConfig.Builder> outputConfig)
The S3 location where Amazon Lookout for Vision saves model training files.
This is a convenience method that creates an instance of theOutputConfig.Builder avoiding the need
to create one manually via OutputConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to outputConfig(OutputConfig).
outputConfig - a consumer that will call methods on OutputConfig.BuilderoutputConfig(OutputConfig)ModelDescription.Builder evaluationManifest(OutputS3Object evaluationManifest)
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.
evaluationManifest - The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the
trained model and generate the performance scores.default ModelDescription.Builder evaluationManifest(Consumer<OutputS3Object.Builder> evaluationManifest)
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model and generate the performance scores.
This is a convenience method that creates an instance of theOutputS3Object.Builder avoiding the need
to create one manually via OutputS3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evaluationManifest(OutputS3Object).
evaluationManifest - a consumer that will call methods on OutputS3Object.BuilderevaluationManifest(OutputS3Object)ModelDescription.Builder evaluationResult(OutputS3Object evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
evaluationResult - The S3 location where Amazon Lookout for Vision saves the performance metrics.default ModelDescription.Builder evaluationResult(Consumer<OutputS3Object.Builder> evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
This is a convenience method that creates an instance of theOutputS3Object.Builder avoiding the need
to create one manually via OutputS3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evaluationResult(OutputS3Object).
evaluationResult - a consumer that will call methods on OutputS3Object.BuilderevaluationResult(OutputS3Object)ModelDescription.Builder evaluationEndTimestamp(Instant evaluationEndTimestamp)
The unix timestamp for the date and time that the evaluation ended.
evaluationEndTimestamp - The unix timestamp for the date and time that the evaluation ended.ModelDescription.Builder kmsKeyId(String kmsKeyId)
The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during training.
kmsKeyId - The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model
during training.ModelDescription.Builder minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units used by the model. For more information, see StartModel
minInferenceUnits - The minimum number of inference units used by the model. For more information, see StartModelModelDescription.Builder maxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more information, see StartModel.
maxInferenceUnits - The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more
information, see StartModel.Copyright © 2022. All rights reserved.