Interface CreateInferenceSchedulerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateInferenceSchedulerResponse.Builder,
,CreateInferenceSchedulerResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<CreateInferenceSchedulerResponse.Builder,
,CreateInferenceSchedulerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateInferenceSchedulerResponse
-
Method Summary
Modifier and TypeMethodDescriptioninferenceSchedulerArn
(String inferenceSchedulerArn) The Amazon Resource Name (ARN) of the inference scheduler being created.inferenceSchedulerName
(String inferenceSchedulerName) The name of inference scheduler being created.modelQuality
(String modelQuality) Provides a quality assessment for a model that uses labels.modelQuality
(ModelQuality modelQuality) Provides a quality assessment for a model that uses labels.Indicates the status of theCreateInferenceScheduler
operation.status
(InferenceSchedulerStatus status) Indicates the status of theCreateInferenceScheduler
operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
inferenceSchedulerArn
The Amazon Resource Name (ARN) of the inference scheduler being created.
- Parameters:
inferenceSchedulerArn
- The Amazon Resource Name (ARN) of the inference scheduler being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSchedulerName
The name of inference scheduler being created.
- Parameters:
inferenceSchedulerName
- The name of inference scheduler being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates the status of the
CreateInferenceScheduler
operation.- Parameters:
status
- Indicates the status of theCreateInferenceScheduler
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the
CreateInferenceScheduler
operation.- Parameters:
status
- Indicates the status of theCreateInferenceScheduler
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelQuality
Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is
POOR_QUALITY_DETECTED
. Otherwise, the value isQUALITY_THRESHOLD_MET
.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQuality
isCANNOT_DETERMINE_QUALITY
. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about using labels with your models, see Understanding labeling.
For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- Parameters:
modelQuality
- Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value isPOOR_QUALITY_DETECTED
. Otherwise, the value isQUALITY_THRESHOLD_MET
.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQuality
isCANNOT_DETERMINE_QUALITY
. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about using labels with your models, see Understanding labeling.
For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelQuality
Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value is
POOR_QUALITY_DETECTED
. Otherwise, the value isQUALITY_THRESHOLD_MET
.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQuality
isCANNOT_DETERMINE_QUALITY
. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about using labels with your models, see Understanding labeling.
For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- Parameters:
modelQuality
- Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the model quality is poor based on training metrics, the value isPOOR_QUALITY_DETECTED
. Otherwise, the value isQUALITY_THRESHOLD_MET
.If the model is unlabeled, the model quality can't be assessed and the value of
ModelQuality
isCANNOT_DETERMINE_QUALITY
. In this situation, you can get a model quality assessment by adding labels to the input dataset and retraining the model.For information about using labels with your models, see Understanding labeling.
For information about improving the quality of a model, see Best practices with Amazon Lookout for Equipment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-