public static interface ProjectVersionDescription.Builder extends SdkPojo, CopyableBuilder<ProjectVersionDescription.Builder,ProjectVersionDescription>
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionDescription.Builder |
baseModelVersion(String baseModelVersion)
The base detection model version used to create the project version.
|
ProjectVersionDescription.Builder |
billableTrainingTimeInSeconds(Long billableTrainingTimeInSeconds)
The duration, in seconds, that you were billed for a successful training of the model version.
|
ProjectVersionDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix datetime for the date and time that training started.
|
default ProjectVersionDescription.Builder |
evaluationResult(Consumer<EvaluationResult.Builder> evaluationResult)
The training results.
|
ProjectVersionDescription.Builder |
evaluationResult(EvaluationResult evaluationResult)
The training results.
|
ProjectVersionDescription.Builder |
feature(CustomizationFeature feature)
The feature that was customized.
|
ProjectVersionDescription.Builder |
feature(String feature)
The feature that was customized.
|
default ProjectVersionDescription.Builder |
featureConfig(Consumer<CustomizationFeatureConfig.Builder> featureConfig)
Feature specific configuration that was applied during training.
|
ProjectVersionDescription.Builder |
featureConfig(CustomizationFeatureConfig featureConfig)
Feature specific configuration that was applied during training.
|
ProjectVersionDescription.Builder |
kmsKeyId(String kmsKeyId)
The identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during
training.
|
default ProjectVersionDescription.Builder |
manifestSummary(Consumer<GroundTruthManifest.Builder> manifestSummary)
The location of the summary manifest.
|
ProjectVersionDescription.Builder |
manifestSummary(GroundTruthManifest manifestSummary)
The location of the summary manifest.
|
ProjectVersionDescription.Builder |
maxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units Amazon Rekognition uses to auto-scale the model.
|
ProjectVersionDescription.Builder |
minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units used by the model.
|
default ProjectVersionDescription.Builder |
outputConfig(Consumer<OutputConfig.Builder> outputConfig)
The location where training results are saved.
|
ProjectVersionDescription.Builder |
outputConfig(OutputConfig outputConfig)
The location where training results are saved.
|
ProjectVersionDescription.Builder |
projectVersionArn(String projectVersionArn)
The Amazon Resource Name (ARN) of the project version.
|
ProjectVersionDescription.Builder |
sourceProjectVersionArn(String sourceProjectVersionArn)
If the model version was copied from a different project,
SourceProjectVersionArn contains the
ARN of the source model version. |
ProjectVersionDescription.Builder |
status(ProjectVersionStatus status)
The current status of the model version.
|
ProjectVersionDescription.Builder |
status(String status)
The current status of the model version.
|
ProjectVersionDescription.Builder |
statusMessage(String statusMessage)
A descriptive message for an error or warning that occurred.
|
default ProjectVersionDescription.Builder |
testingDataResult(Consumer<TestingDataResult.Builder> testingDataResult)
Contains information about the testing results.
|
ProjectVersionDescription.Builder |
testingDataResult(TestingDataResult testingDataResult)
Contains information about the testing results.
|
default ProjectVersionDescription.Builder |
trainingDataResult(Consumer<TrainingDataResult.Builder> trainingDataResult)
Contains information about the training results.
|
ProjectVersionDescription.Builder |
trainingDataResult(TrainingDataResult trainingDataResult)
Contains information about the training results.
|
ProjectVersionDescription.Builder |
trainingEndTimestamp(Instant trainingEndTimestamp)
The Unix date and time that training of the model ended.
|
ProjectVersionDescription.Builder |
versionDescription(String versionDescription)
A user-provided description of the project version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectVersionDescription.Builder projectVersionArn(String projectVersionArn)
The Amazon Resource Name (ARN) of the project version.
projectVersionArn - The Amazon Resource Name (ARN) of the project version.ProjectVersionDescription.Builder creationTimestamp(Instant creationTimestamp)
The Unix datetime for the date and time that training started.
creationTimestamp - The Unix datetime for the date and time that training started.ProjectVersionDescription.Builder minInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units used by the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.
minInferenceUnits - The minimum number of inference units used by the model. Applies only to Custom Labels projects. For
more information, see StartProjectVersion.ProjectVersionDescription.Builder status(String status)
The current status of the model version.
status - The current status of the model version.ProjectVersionStatus,
ProjectVersionStatusProjectVersionDescription.Builder status(ProjectVersionStatus status)
The current status of the model version.
status - The current status of the model version.ProjectVersionStatus,
ProjectVersionStatusProjectVersionDescription.Builder statusMessage(String statusMessage)
A descriptive message for an error or warning that occurred.
statusMessage - A descriptive message for an error or warning that occurred.ProjectVersionDescription.Builder billableTrainingTimeInSeconds(Long billableTrainingTimeInSeconds)
The duration, in seconds, that you were billed for a successful training of the model version. This value is only returned if the model version has been successfully trained.
billableTrainingTimeInSeconds - The duration, in seconds, that you were billed for a successful training of the model version. This
value is only returned if the model version has been successfully trained.ProjectVersionDescription.Builder trainingEndTimestamp(Instant trainingEndTimestamp)
The Unix date and time that training of the model ended.
trainingEndTimestamp - The Unix date and time that training of the model ended.ProjectVersionDescription.Builder outputConfig(OutputConfig outputConfig)
The location where training results are saved.
outputConfig - The location where training results are saved.default ProjectVersionDescription.Builder outputConfig(Consumer<OutputConfig.Builder> outputConfig)
The location where training results are saved.
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)ProjectVersionDescription.Builder trainingDataResult(TrainingDataResult trainingDataResult)
Contains information about the training results.
trainingDataResult - Contains information about the training results.default ProjectVersionDescription.Builder trainingDataResult(Consumer<TrainingDataResult.Builder> trainingDataResult)
Contains information about the training results.
This is a convenience method that creates an instance of theTrainingDataResult.Builder avoiding the
need to create one manually via TrainingDataResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trainingDataResult(TrainingDataResult).
trainingDataResult - a consumer that will call methods on TrainingDataResult.BuildertrainingDataResult(TrainingDataResult)ProjectVersionDescription.Builder testingDataResult(TestingDataResult testingDataResult)
Contains information about the testing results.
testingDataResult - Contains information about the testing results.default ProjectVersionDescription.Builder testingDataResult(Consumer<TestingDataResult.Builder> testingDataResult)
Contains information about the testing results.
This is a convenience method that creates an instance of theTestingDataResult.Builder avoiding the
need to create one manually via TestingDataResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to testingDataResult(TestingDataResult).
testingDataResult - a consumer that will call methods on TestingDataResult.BuildertestingDataResult(TestingDataResult)ProjectVersionDescription.Builder evaluationResult(EvaluationResult evaluationResult)
The training results. EvaluationResult is only returned if training is successful.
evaluationResult - The training results. EvaluationResult is only returned if training is successful.default ProjectVersionDescription.Builder evaluationResult(Consumer<EvaluationResult.Builder> evaluationResult)
The training results. EvaluationResult is only returned if training is successful.
EvaluationResult.Builder avoiding the
need to create one manually via EvaluationResult.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to evaluationResult(EvaluationResult).
evaluationResult - a consumer that will call methods on EvaluationResult.BuilderevaluationResult(EvaluationResult)ProjectVersionDescription.Builder manifestSummary(GroundTruthManifest manifestSummary)
The location of the summary manifest. The summary manifest provides aggregate data validation results for the training and test datasets.
manifestSummary - The location of the summary manifest. The summary manifest provides aggregate data validation results
for the training and test datasets.default ProjectVersionDescription.Builder manifestSummary(Consumer<GroundTruthManifest.Builder> manifestSummary)
The location of the summary manifest. The summary manifest provides aggregate data validation results for the training and test datasets.
This is a convenience method that creates an instance of theGroundTruthManifest.Builder avoiding the
need to create one manually via GroundTruthManifest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to manifestSummary(GroundTruthManifest).
manifestSummary - a consumer that will call methods on GroundTruthManifest.BuildermanifestSummary(GroundTruthManifest)ProjectVersionDescription.Builder kmsKeyId(String kmsKeyId)
The identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during training.
kmsKeyId - The identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model
during training.ProjectVersionDescription.Builder maxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units Amazon Rekognition uses to auto-scale the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.
maxInferenceUnits - The maximum number of inference units Amazon Rekognition uses to auto-scale the model. Applies only to
Custom Labels projects. For more information, see StartProjectVersion.ProjectVersionDescription.Builder sourceProjectVersionArn(String sourceProjectVersionArn)
If the model version was copied from a different project, SourceProjectVersionArn contains the
ARN of the source model version.
sourceProjectVersionArn - If the model version was copied from a different project, SourceProjectVersionArn
contains the ARN of the source model version.ProjectVersionDescription.Builder versionDescription(String versionDescription)
A user-provided description of the project version.
versionDescription - A user-provided description of the project version.ProjectVersionDescription.Builder feature(String feature)
The feature that was customized.
feature - The feature that was customized.CustomizationFeature,
CustomizationFeatureProjectVersionDescription.Builder feature(CustomizationFeature feature)
The feature that was customized.
feature - The feature that was customized.CustomizationFeature,
CustomizationFeatureProjectVersionDescription.Builder baseModelVersion(String baseModelVersion)
The base detection model version used to create the project version.
baseModelVersion - The base detection model version used to create the project version.ProjectVersionDescription.Builder featureConfig(CustomizationFeatureConfig featureConfig)
Feature specific configuration that was applied during training.
featureConfig - Feature specific configuration that was applied during training.default ProjectVersionDescription.Builder featureConfig(Consumer<CustomizationFeatureConfig.Builder> featureConfig)
Feature specific configuration that was applied during training.
This is a convenience method that creates an instance of theCustomizationFeatureConfig.Builder
avoiding the need to create one manually via CustomizationFeatureConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to featureConfig(CustomizationFeatureConfig).
featureConfig - a consumer that will call methods on CustomizationFeatureConfig.BuilderfeatureConfig(CustomizationFeatureConfig)Copyright © 2023. All rights reserved.