Interface CreateInferenceSchedulerResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateInferenceSchedulerResponse.Builder,CreateInferenceSchedulerResponse>,LookoutEquipmentResponse.Builder,SdkBuilder<CreateInferenceSchedulerResponse.Builder,CreateInferenceSchedulerResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateInferenceSchedulerResponse
public static interface CreateInferenceSchedulerResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateInferenceSchedulerResponse.Builder,CreateInferenceSchedulerResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInferenceSchedulerResponse.BuilderinferenceSchedulerArn(String inferenceSchedulerArn)The Amazon Resource Name (ARN) of the inference scheduler being created.CreateInferenceSchedulerResponse.BuilderinferenceSchedulerName(String inferenceSchedulerName)The name of inference scheduler being created.CreateInferenceSchedulerResponse.BuildermodelQuality(String modelQuality)Provides a quality assessment for a model that uses labels.CreateInferenceSchedulerResponse.BuildermodelQuality(ModelQuality modelQuality)Provides a quality assessment for a model that uses labels.CreateInferenceSchedulerResponse.Builderstatus(String status)Indicates the status of theCreateInferenceScheduleroperation.CreateInferenceSchedulerResponse.Builderstatus(InferenceSchedulerStatus status)Indicates the status of theCreateInferenceScheduleroperation.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
inferenceSchedulerArn
CreateInferenceSchedulerResponse.Builder inferenceSchedulerArn(String 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
CreateInferenceSchedulerResponse.Builder inferenceSchedulerName(String 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
CreateInferenceSchedulerResponse.Builder status(String status)
Indicates the status of the
CreateInferenceScheduleroperation.- Parameters:
status- Indicates the status of theCreateInferenceScheduleroperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InferenceSchedulerStatus,InferenceSchedulerStatus
-
status
CreateInferenceSchedulerResponse.Builder status(InferenceSchedulerStatus status)
Indicates the status of the
CreateInferenceScheduleroperation.- Parameters:
status- Indicates the status of theCreateInferenceScheduleroperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
InferenceSchedulerStatus,InferenceSchedulerStatus
-
modelQuality
CreateInferenceSchedulerResponse.Builder modelQuality(String 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
ModelQualityisCANNOT_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
ModelQualityisCANNOT_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,ModelQuality
-
modelQuality
CreateInferenceSchedulerResponse.Builder modelQuality(ModelQuality 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
ModelQualityisCANNOT_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
ModelQualityisCANNOT_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,ModelQuality
-
-