Interface StartInferenceSchedulerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartInferenceSchedulerResponse.Builder,
,StartInferenceSchedulerResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<StartInferenceSchedulerResponse.Builder,
,StartInferenceSchedulerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartInferenceSchedulerResponse
public static interface StartInferenceSchedulerResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<StartInferenceSchedulerResponse.Builder,StartInferenceSchedulerResponse>
-
Method Summary
Modifier and TypeMethodDescriptioninferenceSchedulerArn
(String inferenceSchedulerArn) The Amazon Resource Name (ARN) of the inference scheduler being started.inferenceSchedulerName
(String inferenceSchedulerName) The name of the inference scheduler being started.The Amazon Resource Name (ARN) of the machine learning model being used by the inference scheduler.The name of the machine learning model being used by the inference scheduler.Indicates the status of the inference scheduler.status
(InferenceSchedulerStatus status) Indicates the status of the inference scheduler.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 Details
-
modelArn
The Amazon Resource Name (ARN) of the machine learning model being used by the inference scheduler.
- Parameters:
modelArn
- The Amazon Resource Name (ARN) of the machine learning model being used by the inference scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
The name of the machine learning model being used by the inference scheduler.
- Parameters:
modelName
- The name of the machine learning model being used by the inference scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSchedulerName
The name of the inference scheduler being started.
- Parameters:
inferenceSchedulerName
- The name of the inference scheduler being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSchedulerArn
The Amazon Resource Name (ARN) of the inference scheduler being started.
- Parameters:
inferenceSchedulerArn
- The Amazon Resource Name (ARN) of the inference scheduler being started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates the status of the inference scheduler.
- Parameters:
status
- Indicates the status of the inference scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the inference scheduler.
- Parameters:
status
- Indicates the status of the inference scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-