Interface LookoutEquipmentClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface LookoutEquipmentClient extends AwsClient
Service client for accessing LookoutEquipment. This can be created using the staticbuilder()method.Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in machines from sensor data for use in predictive maintenance.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
createDataset
default CreateDatasetResponse createDataset(CreateDatasetRequest createDatasetRequest) throws ValidationException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.
- Parameters:
createDatasetRequest-- Returns:
- Result of the CreateDataset operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createDataset
default CreateDatasetResponse createDataset(Consumer<CreateDatasetRequest.Builder> createDatasetRequest) throws ValidationException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a container for a collection of data being ingested for analysis. The dataset contains the metadata describing where the data is and what the data actually looks like. For example, it contains the location of the data source, the data schema, and other information. A dataset also contains any tags associated with the ingested data.
This is a convenience which creates an instance of the
CreateDatasetRequest.Builderavoiding the need to create one manually viaCreateDatasetRequest.builder()- Parameters:
createDatasetRequest- AConsumerthat will call methods onCreateDatasetRequest.Builderto create a request.- Returns:
- Result of the CreateDataset operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createInferenceScheduler
default CreateInferenceSchedulerResponse createInferenceScheduler(CreateInferenceSchedulerRequest createInferenceSchedulerRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.
- Parameters:
createInferenceSchedulerRequest-- Returns:
- Result of the CreateInferenceScheduler operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createInferenceScheduler
default CreateInferenceSchedulerResponse createInferenceScheduler(Consumer<CreateInferenceSchedulerRequest.Builder> createInferenceSchedulerRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an S3 bucket location for the output data.
This is a convenience which creates an instance of the
CreateInferenceSchedulerRequest.Builderavoiding the need to create one manually viaCreateInferenceSchedulerRequest.builder()- Parameters:
createInferenceSchedulerRequest- AConsumerthat will call methods onCreateInferenceSchedulerRequest.Builderto create a request.- Returns:
- Result of the CreateInferenceScheduler operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createLabel
default CreateLabelResponse createLabel(CreateLabelRequest createLabelRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a label for an event.
- Parameters:
createLabelRequest-- Returns:
- Result of the CreateLabel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createLabel
default CreateLabelResponse createLabel(Consumer<CreateLabelRequest.Builder> createLabelRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a label for an event.
This is a convenience which creates an instance of the
CreateLabelRequest.Builderavoiding the need to create one manually viaCreateLabelRequest.builder()- Parameters:
createLabelRequest- AConsumerthat will call methods onCreateLabelRequest.Builderto create a request.- Returns:
- Result of the CreateLabel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createLabelGroup
default CreateLabelGroupResponse createLabelGroup(CreateLabelGroupRequest createLabelGroupRequest) throws ValidationException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a group of labels.
- Parameters:
createLabelGroupRequest-- Returns:
- Result of the CreateLabelGroup operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createLabelGroup
default CreateLabelGroupResponse createLabelGroup(Consumer<CreateLabelGroupRequest.Builder> createLabelGroupRequest) throws ValidationException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a group of labels.
This is a convenience which creates an instance of the
CreateLabelGroupRequest.Builderavoiding the need to create one manually viaCreateLabelGroupRequest.builder()- Parameters:
createLabelGroupRequest- AConsumerthat will call methods onCreateLabelGroupRequest.Builderto create a request.- Returns:
- Result of the CreateLabelGroup operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createModel
default CreateModelResponse createModel(CreateModelRequest createModelRequest) throws ValidationException, ConflictException, ThrottlingException, ServiceQuotaExceededException, InternalServerException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a machine learning model for data inference.
A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.
Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.
- Parameters:
createModelRequest-- Returns:
- Result of the CreateModel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createModel
default CreateModelResponse createModel(Consumer<CreateModelRequest.Builder> createModelRequest) throws ValidationException, ConflictException, ThrottlingException, ServiceQuotaExceededException, InternalServerException, ResourceNotFoundException, AccessDeniedException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a machine learning model for data inference.
A machine-learning (ML) model is a mathematical model that finds patterns in your data. In Amazon Lookout for Equipment, the model learns the patterns of normal behavior and detects abnormal behavior that could be potential equipment failure (or maintenance events). The models are made by analyzing normal data and abnormalities in machine behavior that have already occurred.
Your model is trained using a portion of the data from your dataset and uses that data to learn patterns of normal behavior and abnormal patterns that lead to equipment failure. Another portion of the data is used to evaluate the model's accuracy.
This is a convenience which creates an instance of the
CreateModelRequest.Builderavoiding the need to create one manually viaCreateModelRequest.builder()- Parameters:
createModelRequest- AConsumerthat will call methods onCreateModelRequest.Builderto create a request.- Returns:
- Result of the CreateModel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createRetrainingScheduler
default CreateRetrainingSchedulerResponse createRetrainingScheduler(CreateRetrainingSchedulerRequest createRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a retraining scheduler on the specified model.
- Parameters:
createRetrainingSchedulerRequest-- Returns:
- Result of the CreateRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
createRetrainingScheduler
default CreateRetrainingSchedulerResponse createRetrainingScheduler(Consumer<CreateRetrainingSchedulerRequest.Builder> createRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a retraining scheduler on the specified model.
This is a convenience which creates an instance of the
CreateRetrainingSchedulerRequest.Builderavoiding the need to create one manually viaCreateRetrainingSchedulerRequest.builder()- Parameters:
createRetrainingSchedulerRequest- AConsumerthat will call methods onCreateRetrainingSchedulerRequest.Builderto create a request.- Returns:
- Result of the CreateRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDataset
default DeleteDatasetResponse deleteDataset(DeleteDatasetRequest deleteDatasetRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
- Parameters:
deleteDatasetRequest-- Returns:
- Result of the DeleteDataset operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteDataset
default DeleteDatasetResponse deleteDataset(Consumer<DeleteDatasetRequest.Builder> deleteDatasetRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a dataset and associated artifacts. The operation will check to see if any inference scheduler or data ingestion job is currently using the dataset, and if there isn't, the dataset, its metadata, and any associated data stored in S3 will be deleted. This does not affect any models that used this dataset for training and evaluation, but does prevent it from being used in the future.
This is a convenience which creates an instance of the
DeleteDatasetRequest.Builderavoiding the need to create one manually viaDeleteDatasetRequest.builder()- Parameters:
deleteDatasetRequest- AConsumerthat will call methods onDeleteDatasetRequest.Builderto create a request.- Returns:
- Result of the DeleteDataset operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteInferenceScheduler
default DeleteInferenceSchedulerResponse deleteInferenceScheduler(DeleteInferenceSchedulerRequest deleteInferenceSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.
- Parameters:
deleteInferenceSchedulerRequest-- Returns:
- Result of the DeleteInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteInferenceScheduler
default DeleteInferenceSchedulerResponse deleteInferenceScheduler(Consumer<DeleteInferenceSchedulerRequest.Builder> deleteInferenceSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes an inference scheduler that has been set up. Prior inference results will not be deleted.
This is a convenience which creates an instance of the
DeleteInferenceSchedulerRequest.Builderavoiding the need to create one manually viaDeleteInferenceSchedulerRequest.builder()- Parameters:
deleteInferenceSchedulerRequest- AConsumerthat will call methods onDeleteInferenceSchedulerRequest.Builderto create a request.- Returns:
- Result of the DeleteInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteLabel
default DeleteLabelResponse deleteLabel(DeleteLabelRequest deleteLabelRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a label.
- Parameters:
deleteLabelRequest-- Returns:
- Result of the DeleteLabel operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteLabel
default DeleteLabelResponse deleteLabel(Consumer<DeleteLabelRequest.Builder> deleteLabelRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a label.
This is a convenience which creates an instance of the
DeleteLabelRequest.Builderavoiding the need to create one manually viaDeleteLabelRequest.builder()- Parameters:
deleteLabelRequest- AConsumerthat will call methods onDeleteLabelRequest.Builderto create a request.- Returns:
- Result of the DeleteLabel operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteLabelGroup
default DeleteLabelGroupResponse deleteLabelGroup(DeleteLabelGroupRequest deleteLabelGroupRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a group of labels.
- Parameters:
deleteLabelGroupRequest-- Returns:
- Result of the DeleteLabelGroup operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteLabelGroup
default DeleteLabelGroupResponse deleteLabelGroup(Consumer<DeleteLabelGroupRequest.Builder> deleteLabelGroupRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a group of labels.
This is a convenience which creates an instance of the
DeleteLabelGroupRequest.Builderavoiding the need to create one manually viaDeleteLabelGroupRequest.builder()- Parameters:
deleteLabelGroupRequest- AConsumerthat will call methods onDeleteLabelGroupRequest.Builderto create a request.- Returns:
- Result of the DeleteLabelGroup operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteModel
default DeleteModelResponse deleteModel(DeleteModelRequest deleteModelRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, ConflictException, AccessDeniedException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
- Parameters:
deleteModelRequest-- Returns:
- Result of the DeleteModel operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.AccessDeniedException- The request could not be completed because you do not have access to the resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteModel
default DeleteModelResponse deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, ConflictException, AccessDeniedException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a machine learning model currently available for Amazon Lookout for Equipment. This will prevent it from being used with an inference scheduler, even one that is already set up.
This is a convenience which creates an instance of the
DeleteModelRequest.Builderavoiding the need to create one manually viaDeleteModelRequest.builder()- Parameters:
deleteModelRequest- AConsumerthat will call methods onDeleteModelRequest.Builderto create a request.- Returns:
- Result of the DeleteModel operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.AccessDeniedException- The request could not be completed because you do not have access to the resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteResourcePolicy
default DeleteResourcePolicyResponse deleteResourcePolicy(DeleteResourcePolicyRequest deleteResourcePolicyRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes the resource policy attached to the resource.
- Parameters:
deleteResourcePolicyRequest-- Returns:
- Result of the DeleteResourcePolicy operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteResourcePolicy
default DeleteResourcePolicyResponse deleteResourcePolicy(Consumer<DeleteResourcePolicyRequest.Builder> deleteResourcePolicyRequest) throws ResourceNotFoundException, ThrottlingException, InternalServerException, AccessDeniedException, ConflictException, ValidationException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes the resource policy attached to the resource.
This is a convenience which creates an instance of the
DeleteResourcePolicyRequest.Builderavoiding the need to create one manually viaDeleteResourcePolicyRequest.builder()- Parameters:
deleteResourcePolicyRequest- AConsumerthat will call methods onDeleteResourcePolicyRequest.Builderto create a request.- Returns:
- Result of the DeleteResourcePolicy operation returned by the service.
- Throws:
ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRetrainingScheduler
default DeleteRetrainingSchedulerResponse deleteRetrainingScheduler(DeleteRetrainingSchedulerRequest deleteRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a retraining scheduler from a model. The retraining scheduler must be in the
STOPPEDstatus.- Parameters:
deleteRetrainingSchedulerRequest-- Returns:
- Result of the DeleteRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
deleteRetrainingScheduler
default DeleteRetrainingSchedulerResponse deleteRetrainingScheduler(Consumer<DeleteRetrainingSchedulerRequest.Builder> deleteRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Deletes a retraining scheduler from a model. The retraining scheduler must be in the
STOPPEDstatus.
This is a convenience which creates an instance of the
DeleteRetrainingSchedulerRequest.Builderavoiding the need to create one manually viaDeleteRetrainingSchedulerRequest.builder()- Parameters:
deleteRetrainingSchedulerRequest- AConsumerthat will call methods onDeleteRetrainingSchedulerRequest.Builderto create a request.- Returns:
- Result of the DeleteRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeDataIngestionJob
default DescribeDataIngestionJobResponse describeDataIngestionJob(DescribeDataIngestionJobRequest describeDataIngestionJobRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
- Parameters:
describeDataIngestionJobRequest-- Returns:
- Result of the DescribeDataIngestionJob operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeDataIngestionJob
default DescribeDataIngestionJobResponse describeDataIngestionJob(Consumer<DescribeDataIngestionJobRequest.Builder> describeDataIngestionJobRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides information on a specific data ingestion job such as creation time, dataset ARN, and status.
This is a convenience which creates an instance of the
DescribeDataIngestionJobRequest.Builderavoiding the need to create one manually viaDescribeDataIngestionJobRequest.builder()- Parameters:
describeDataIngestionJobRequest- AConsumerthat will call methods onDescribeDataIngestionJobRequest.Builderto create a request.- Returns:
- Result of the DescribeDataIngestionJob operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeDataset
default DescribeDatasetResponse describeDataset(DescribeDatasetRequest describeDatasetRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
- Parameters:
describeDatasetRequest-- Returns:
- Result of the DescribeDataset operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeDataset
default DescribeDatasetResponse describeDataset(Consumer<DescribeDatasetRequest.Builder> describeDatasetRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a JSON description of the data in each time series dataset, including names, column names, and data types.
This is a convenience which creates an instance of the
DescribeDatasetRequest.Builderavoiding the need to create one manually viaDescribeDatasetRequest.builder()- Parameters:
describeDatasetRequest- AConsumerthat will call methods onDescribeDatasetRequest.Builderto create a request.- Returns:
- Result of the DescribeDataset operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeInferenceScheduler
default DescribeInferenceSchedulerResponse describeInferenceScheduler(DescribeInferenceSchedulerRequest describeInferenceSchedulerRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
- Parameters:
describeInferenceSchedulerRequest-- Returns:
- Result of the DescribeInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeInferenceScheduler
default DescribeInferenceSchedulerResponse describeInferenceScheduler(Consumer<DescribeInferenceSchedulerRequest.Builder> describeInferenceSchedulerRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Specifies information about the inference scheduler being used, including name, model, status, and associated metadata
This is a convenience which creates an instance of the
DescribeInferenceSchedulerRequest.Builderavoiding the need to create one manually viaDescribeInferenceSchedulerRequest.builder()- Parameters:
describeInferenceSchedulerRequest- AConsumerthat will call methods onDescribeInferenceSchedulerRequest.Builderto create a request.- Returns:
- Result of the DescribeInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeLabel
default DescribeLabelResponse describeLabel(DescribeLabelRequest describeLabelRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Returns the name of the label.
- Parameters:
describeLabelRequest-- Returns:
- Result of the DescribeLabel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeLabel
default DescribeLabelResponse describeLabel(Consumer<DescribeLabelRequest.Builder> describeLabelRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Returns the name of the label.
This is a convenience which creates an instance of the
DescribeLabelRequest.Builderavoiding the need to create one manually viaDescribeLabelRequest.builder()- Parameters:
describeLabelRequest- AConsumerthat will call methods onDescribeLabelRequest.Builderto create a request.- Returns:
- Result of the DescribeLabel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeLabelGroup
default DescribeLabelGroupResponse describeLabelGroup(DescribeLabelGroupRequest describeLabelGroupRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Returns information about the label group.
- Parameters:
describeLabelGroupRequest-- Returns:
- Result of the DescribeLabelGroup operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeLabelGroup
default DescribeLabelGroupResponse describeLabelGroup(Consumer<DescribeLabelGroupRequest.Builder> describeLabelGroupRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Returns information about the label group.
This is a convenience which creates an instance of the
DescribeLabelGroupRequest.Builderavoiding the need to create one manually viaDescribeLabelGroupRequest.builder()- Parameters:
describeLabelGroupRequest- AConsumerthat will call methods onDescribeLabelGroupRequest.Builderto create a request.- Returns:
- Result of the DescribeLabelGroup operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeModel
default DescribeModelResponse describeModel(DescribeModelRequest describeModelRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a JSON containing the overall information about a specific machine learning model, including model name and ARN, dataset, training and evaluation information, status, and so on.
- Parameters:
describeModelRequest-- Returns:
- Result of the DescribeModel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeModel
default DescribeModelResponse describeModel(Consumer<DescribeModelRequest.Builder> describeModelRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a JSON containing the overall information about a specific machine learning model, including model name and ARN, dataset, training and evaluation information, status, and so on.
This is a convenience which creates an instance of the
DescribeModelRequest.Builderavoiding the need to create one manually viaDescribeModelRequest.builder()- Parameters:
describeModelRequest- AConsumerthat will call methods onDescribeModelRequest.Builderto create a request.- Returns:
- Result of the DescribeModel operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeModelVersion
default DescribeModelVersionResponse describeModelVersion(DescribeModelVersionRequest describeModelVersionRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Retrieves information about a specific machine learning model version.
- Parameters:
describeModelVersionRequest-- Returns:
- Result of the DescribeModelVersion operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeModelVersion
default DescribeModelVersionResponse describeModelVersion(Consumer<DescribeModelVersionRequest.Builder> describeModelVersionRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Retrieves information about a specific machine learning model version.
This is a convenience which creates an instance of the
DescribeModelVersionRequest.Builderavoiding the need to create one manually viaDescribeModelVersionRequest.builder()- Parameters:
describeModelVersionRequest- AConsumerthat will call methods onDescribeModelVersionRequest.Builderto create a request.- Returns:
- Result of the DescribeModelVersion operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeResourcePolicy
default DescribeResourcePolicyResponse describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides the details of a resource policy attached to a resource.
- Parameters:
describeResourcePolicyRequest-- Returns:
- Result of the DescribeResourcePolicy operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeResourcePolicy
default DescribeResourcePolicyResponse describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides the details of a resource policy attached to a resource.
This is a convenience which creates an instance of the
DescribeResourcePolicyRequest.Builderavoiding the need to create one manually viaDescribeResourcePolicyRequest.builder()- Parameters:
describeResourcePolicyRequest- AConsumerthat will call methods onDescribeResourcePolicyRequest.Builderto create a request.- Returns:
- Result of the DescribeResourcePolicy operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeRetrainingScheduler
default DescribeRetrainingSchedulerResponse describeRetrainingScheduler(DescribeRetrainingSchedulerRequest describeRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
- Parameters:
describeRetrainingSchedulerRequest-- Returns:
- Result of the DescribeRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
describeRetrainingScheduler
default DescribeRetrainingSchedulerResponse describeRetrainingScheduler(Consumer<DescribeRetrainingSchedulerRequest.Builder> describeRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a description of the retraining scheduler, including information such as the model name and retraining parameters.
This is a convenience which creates an instance of the
DescribeRetrainingSchedulerRequest.Builderavoiding the need to create one manually viaDescribeRetrainingSchedulerRequest.builder()- Parameters:
describeRetrainingSchedulerRequest- AConsumerthat will call methods onDescribeRetrainingSchedulerRequest.Builderto create a request.- Returns:
- Result of the DescribeRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
importDataset
default ImportDatasetResponse importDataset(ImportDatasetRequest importDatasetRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Imports a dataset.
- Parameters:
importDatasetRequest-- Returns:
- Result of the ImportDataset operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
importDataset
default ImportDatasetResponse importDataset(Consumer<ImportDatasetRequest.Builder> importDatasetRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Imports a dataset.
This is a convenience which creates an instance of the
ImportDatasetRequest.Builderavoiding the need to create one manually viaImportDatasetRequest.builder()- Parameters:
importDatasetRequest- AConsumerthat will call methods onImportDatasetRequest.Builderto create a request.- Returns:
- Result of the ImportDataset operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
importModelVersion
default ImportModelVersionResponse importModelVersion(ImportModelVersionRequest importModelVersionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Imports a model that has been trained successfully.
- Parameters:
importModelVersionRequest-- Returns:
- Result of the ImportModelVersion operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
importModelVersion
default ImportModelVersionResponse importModelVersion(Consumer<ImportModelVersionRequest.Builder> importModelVersionRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Imports a model that has been trained successfully.
This is a convenience which creates an instance of the
ImportModelVersionRequest.Builderavoiding the need to create one manually viaImportModelVersionRequest.builder()- Parameters:
importModelVersionRequest- AConsumerthat will call methods onImportModelVersionRequest.Builderto create a request.- Returns:
- Result of the ImportModelVersion operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataIngestionJobs
default ListDataIngestionJobsResponse listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
- Parameters:
listDataIngestionJobsRequest-- Returns:
- Result of the ListDataIngestionJobs operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataIngestionJobs
default ListDataIngestionJobsResponse listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.
This is a convenience which creates an instance of the
ListDataIngestionJobsRequest.Builderavoiding the need to create one manually viaListDataIngestionJobsRequest.builder()- Parameters:
listDataIngestionJobsRequest- AConsumerthat will call methods onListDataIngestionJobsRequest.Builderto create a request.- Returns:
- Result of the ListDataIngestionJobs operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataIngestionJobsPaginator
default ListDataIngestionJobsIterable listDataIngestionJobsPaginator(ListDataIngestionJobsRequest listDataIngestionJobsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsIterable responses = client.listDataIngestionJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsIterable responses = client .listDataIngestionJobsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsIterable responses = client.listDataIngestionJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)operation.- Parameters:
listDataIngestionJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDataIngestionJobsPaginator
default ListDataIngestionJobsIterable listDataIngestionJobsPaginator(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsIterable responses = client.listDataIngestionJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsIterable responses = client .listDataIngestionJobsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDataIngestionJobsIterable responses = client.listDataIngestionJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataIngestionJobs(software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest)operation.
This is a convenience which creates an instance of the
ListDataIngestionJobsRequest.Builderavoiding the need to create one manually viaListDataIngestionJobsRequest.builder()- Parameters:
listDataIngestionJobsRequest- AConsumerthat will call methods onListDataIngestionJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDatasets
default ListDatasetsResponse listDatasets(ListDatasetsRequest listDatasetsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all datasets currently available in your account, filtering on the dataset name.
- Parameters:
listDatasetsRequest-- Returns:
- Result of the ListDatasets operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDatasets
default ListDatasetsResponse listDatasets(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all datasets currently available in your account, filtering on the dataset name.
This is a convenience which creates an instance of the
ListDatasetsRequest.Builderavoiding the need to create one manually viaListDatasetsRequest.builder()- Parameters:
listDatasetsRequest- AConsumerthat will call methods onListDatasetsRequest.Builderto create a request.- Returns:
- Result of the ListDatasets operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDatasetsPaginator
default ListDatasetsIterable listDatasetsPaginator(ListDatasetsRequest listDatasetsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsIterable responses = client .listDatasetsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest)operation.- Parameters:
listDatasetsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listDatasetsPaginator
default ListDatasetsIterable listDatasetsPaginator(Consumer<ListDatasetsRequest.Builder> listDatasetsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsIterable responses = client .listDatasetsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListDatasetsIterable responses = client.listDatasetsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDatasets(software.amazon.awssdk.services.lookoutequipment.model.ListDatasetsRequest)operation.
This is a convenience which creates an instance of the
ListDatasetsRequest.Builderavoiding the need to create one manually viaListDatasetsRequest.builder()- Parameters:
listDatasetsRequest- AConsumerthat will call methods onListDatasetsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceEvents
default ListInferenceEventsResponse listInferenceEvents(ListInferenceEventsRequest listInferenceEventsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all inference events that have been found for the specified inference scheduler.
- Parameters:
listInferenceEventsRequest-- Returns:
- Result of the ListInferenceEvents operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceEvents
default ListInferenceEventsResponse listInferenceEvents(Consumer<ListInferenceEventsRequest.Builder> listInferenceEventsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all inference events that have been found for the specified inference scheduler.
This is a convenience which creates an instance of the
ListInferenceEventsRequest.Builderavoiding the need to create one manually viaListInferenceEventsRequest.builder()- Parameters:
listInferenceEventsRequest- AConsumerthat will call methods onListInferenceEventsRequest.Builderto create a request.- Returns:
- Result of the ListInferenceEvents operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceEventsPaginator
default ListInferenceEventsIterable listInferenceEventsPaginator(ListInferenceEventsRequest listInferenceEventsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsIterable responses = client.listInferenceEventsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsIterable responses = client .listInferenceEventsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsIterable responses = client.listInferenceEventsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)operation.- Parameters:
listInferenceEventsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceEventsPaginator
default ListInferenceEventsIterable listInferenceEventsPaginator(Consumer<ListInferenceEventsRequest.Builder> listInferenceEventsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsIterable responses = client.listInferenceEventsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsIterable responses = client .listInferenceEventsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceEventsIterable responses = client.listInferenceEventsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceEvents(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest)operation.
This is a convenience which creates an instance of the
ListInferenceEventsRequest.Builderavoiding the need to create one manually viaListInferenceEventsRequest.builder()- Parameters:
listInferenceEventsRequest- AConsumerthat will call methods onListInferenceEventsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceExecutions
default ListInferenceExecutionsResponse listInferenceExecutions(ListInferenceExecutionsRequest listInferenceExecutionsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all inference executions that have been performed by the specified inference scheduler.
- Parameters:
listInferenceExecutionsRequest-- Returns:
- Result of the ListInferenceExecutions operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceExecutions
default ListInferenceExecutionsResponse listInferenceExecutions(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all inference executions that have been performed by the specified inference scheduler.
This is a convenience which creates an instance of the
ListInferenceExecutionsRequest.Builderavoiding the need to create one manually viaListInferenceExecutionsRequest.builder()- Parameters:
listInferenceExecutionsRequest- AConsumerthat will call methods onListInferenceExecutionsRequest.Builderto create a request.- Returns:
- Result of the ListInferenceExecutions operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceExecutionsPaginator
default ListInferenceExecutionsIterable listInferenceExecutionsPaginator(ListInferenceExecutionsRequest listInferenceExecutionsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsIterable responses = client.listInferenceExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsIterable responses = client .listInferenceExecutionsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsIterable responses = client.listInferenceExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)operation.- Parameters:
listInferenceExecutionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceExecutionsPaginator
default ListInferenceExecutionsIterable listInferenceExecutionsPaginator(Consumer<ListInferenceExecutionsRequest.Builder> listInferenceExecutionsRequest) throws ValidationException, ThrottlingException, ResourceNotFoundException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsIterable responses = client.listInferenceExecutionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsIterable responses = client .listInferenceExecutionsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceExecutionsIterable responses = client.listInferenceExecutionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceExecutions(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceExecutionsRequest)operation.
This is a convenience which creates an instance of the
ListInferenceExecutionsRequest.Builderavoiding the need to create one manually viaListInferenceExecutionsRequest.builder()- Parameters:
listInferenceExecutionsRequest- AConsumerthat will call methods onListInferenceExecutionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceSchedulers
default ListInferenceSchedulersResponse listInferenceSchedulers(ListInferenceSchedulersRequest listInferenceSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Retrieves a list of all inference schedulers currently available for your account.
- Parameters:
listInferenceSchedulersRequest-- Returns:
- Result of the ListInferenceSchedulers operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceSchedulers
default ListInferenceSchedulersResponse listInferenceSchedulers(Consumer<ListInferenceSchedulersRequest.Builder> listInferenceSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Retrieves a list of all inference schedulers currently available for your account.
This is a convenience which creates an instance of the
ListInferenceSchedulersRequest.Builderavoiding the need to create one manually viaListInferenceSchedulersRequest.builder()- Parameters:
listInferenceSchedulersRequest- AConsumerthat will call methods onListInferenceSchedulersRequest.Builderto create a request.- Returns:
- Result of the ListInferenceSchedulers operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceSchedulersPaginator
default ListInferenceSchedulersIterable listInferenceSchedulersPaginator(ListInferenceSchedulersRequest listInferenceSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersIterable responses = client.listInferenceSchedulersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersIterable responses = client .listInferenceSchedulersPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersIterable responses = client.listInferenceSchedulersPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)operation.- Parameters:
listInferenceSchedulersRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listInferenceSchedulersPaginator
default ListInferenceSchedulersIterable listInferenceSchedulersPaginator(Consumer<ListInferenceSchedulersRequest.Builder> listInferenceSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersIterable responses = client.listInferenceSchedulersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersIterable responses = client .listInferenceSchedulersPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListInferenceSchedulersIterable responses = client.listInferenceSchedulersPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listInferenceSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListInferenceSchedulersRequest)operation.
This is a convenience which creates an instance of the
ListInferenceSchedulersRequest.Builderavoiding the need to create one manually viaListInferenceSchedulersRequest.builder()- Parameters:
listInferenceSchedulersRequest- AConsumerthat will call methods onListInferenceSchedulersRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabelGroups
default ListLabelGroupsResponse listLabelGroups(ListLabelGroupsRequest listLabelGroupsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Returns a list of the label groups.
- Parameters:
listLabelGroupsRequest-- Returns:
- Result of the ListLabelGroups operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabelGroups
default ListLabelGroupsResponse listLabelGroups(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Returns a list of the label groups.
This is a convenience which creates an instance of the
ListLabelGroupsRequest.Builderavoiding the need to create one manually viaListLabelGroupsRequest.builder()- Parameters:
listLabelGroupsRequest- AConsumerthat will call methods onListLabelGroupsRequest.Builderto create a request.- Returns:
- Result of the ListLabelGroups operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabelGroupsPaginator
default ListLabelGroupsIterable listLabelGroupsPaginator(ListLabelGroupsRequest listLabelGroupsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsIterable responses = client.listLabelGroupsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsIterable responses = client .listLabelGroupsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsIterable responses = client.listLabelGroupsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)operation.- Parameters:
listLabelGroupsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabelGroupsPaginator
default ListLabelGroupsIterable listLabelGroupsPaginator(Consumer<ListLabelGroupsRequest.Builder> listLabelGroupsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsIterable responses = client.listLabelGroupsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsIterable responses = client .listLabelGroupsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelGroupsIterable responses = client.listLabelGroupsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabelGroups(software.amazon.awssdk.services.lookoutequipment.model.ListLabelGroupsRequest)operation.
This is a convenience which creates an instance of the
ListLabelGroupsRequest.Builderavoiding the need to create one manually viaListLabelGroupsRequest.builder()- Parameters:
listLabelGroupsRequest- AConsumerthat will call methods onListLabelGroupsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabels
default ListLabelsResponse listLabels(ListLabelsRequest listLabelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a list of labels.
- Parameters:
listLabelsRequest-- Returns:
- Result of the ListLabels operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabels
default ListLabelsResponse listLabels(Consumer<ListLabelsRequest.Builder> listLabelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Provides a list of labels.
This is a convenience which creates an instance of the
ListLabelsRequest.Builderavoiding the need to create one manually viaListLabelsRequest.builder()- Parameters:
listLabelsRequest- AConsumerthat will call methods onListLabelsRequest.Builderto create a request.- Returns:
- Result of the ListLabels operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabelsPaginator
default ListLabelsIterable listLabelsPaginator(ListLabelsRequest listLabelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsIterable responses = client.listLabelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsIterable responses = client .listLabelsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsIterable responses = client.listLabelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest)operation.- Parameters:
listLabelsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listLabelsPaginator
default ListLabelsIterable listLabelsPaginator(Consumer<ListLabelsRequest.Builder> listLabelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsIterable responses = client.listLabelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsIterable responses = client .listLabelsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListLabelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListLabelsIterable responses = client.listLabelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listLabels(software.amazon.awssdk.services.lookoutequipment.model.ListLabelsRequest)operation.
This is a convenience which creates an instance of the
ListLabelsRequest.Builderavoiding the need to create one manually viaListLabelsRequest.builder()- Parameters:
listLabelsRequest- AConsumerthat will call methods onListLabelsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModelVersions
default ListModelVersionsResponse listModelVersions(ListModelVersionsRequest listModelVersionsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the
MaxModelVersionandMinModelVersionfields.- Parameters:
listModelVersionsRequest-- Returns:
- Result of the ListModelVersions operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModelVersions
default ListModelVersionsResponse listModelVersions(Consumer<ListModelVersionsRequest.Builder> listModelVersionsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Generates a list of all model versions for a given model, including the model version, model version ARN, and status. To list a subset of versions, use the
MaxModelVersionandMinModelVersionfields.
This is a convenience which creates an instance of the
ListModelVersionsRequest.Builderavoiding the need to create one manually viaListModelVersionsRequest.builder()- Parameters:
listModelVersionsRequest- AConsumerthat will call methods onListModelVersionsRequest.Builderto create a request.- Returns:
- Result of the ListModelVersions operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModelVersionsPaginator
default ListModelVersionsIterable listModelVersionsPaginator(ListModelVersionsRequest listModelVersionsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listModelVersions(software.amazon.awssdk.services.lookoutequipment.model.ListModelVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelVersionsIterable responses = client.listModelVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListModelVersionsIterable responses = client .listModelVersionsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListModelVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelVersionsIterable responses = client.listModelVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModelVersions(software.amazon.awssdk.services.lookoutequipment.model.ListModelVersionsRequest)operation.- Parameters:
listModelVersionsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModelVersionsPaginator
default ListModelVersionsIterable listModelVersionsPaginator(Consumer<ListModelVersionsRequest.Builder> listModelVersionsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listModelVersions(software.amazon.awssdk.services.lookoutequipment.model.ListModelVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelVersionsIterable responses = client.listModelVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListModelVersionsIterable responses = client .listModelVersionsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListModelVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelVersionsIterable responses = client.listModelVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModelVersions(software.amazon.awssdk.services.lookoutequipment.model.ListModelVersionsRequest)operation.
This is a convenience which creates an instance of the
ListModelVersionsRequest.Builderavoiding the need to create one manually viaListModelVersionsRequest.builder()- Parameters:
listModelVersionsRequest- AConsumerthat will call methods onListModelVersionsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModels
default ListModelsResponse listModels(ListModelsRequest listModelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Generates a list of all models in the account, including model name and ARN, dataset, and status.
- Parameters:
listModelsRequest-- Returns:
- Result of the ListModels operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModels
default ListModelsResponse listModels(Consumer<ListModelsRequest.Builder> listModelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Generates a list of all models in the account, including model name and ARN, dataset, and status.
This is a convenience which creates an instance of the
ListModelsRequest.Builderavoiding the need to create one manually viaListModelsRequest.builder()- Parameters:
listModelsRequest- AConsumerthat will call methods onListModelsRequest.Builderto create a request.- Returns:
- Result of the ListModels operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModelsPaginator
default ListModelsIterable listModelsPaginator(ListModelsRequest listModelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelsIterable responses = client.listModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListModelsIterable responses = client .listModelsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelsIterable responses = client.listModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest)operation.- Parameters:
listModelsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listModelsPaginator
default ListModelsIterable listModelsPaginator(Consumer<ListModelsRequest.Builder> listModelsRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelsIterable responses = client.listModelsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListModelsIterable responses = client .listModelsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListModelsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListModelsIterable responses = client.listModelsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listModels(software.amazon.awssdk.services.lookoutequipment.model.ListModelsRequest)operation.
This is a convenience which creates an instance of the
ListModelsRequest.Builderavoiding the need to create one manually viaListModelsRequest.builder()- Parameters:
listModelsRequest- AConsumerthat will call methods onListModelsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRetrainingSchedulers
default ListRetrainingSchedulersResponse listRetrainingSchedulers(ListRetrainingSchedulersRequest listRetrainingSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all retraining schedulers in your account, filtering by model name prefix and status.
- Parameters:
listRetrainingSchedulersRequest-- Returns:
- Result of the ListRetrainingSchedulers operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRetrainingSchedulers
default ListRetrainingSchedulersResponse listRetrainingSchedulers(Consumer<ListRetrainingSchedulersRequest.Builder> listRetrainingSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all retraining schedulers in your account, filtering by model name prefix and status.
This is a convenience which creates an instance of the
ListRetrainingSchedulersRequest.Builderavoiding the need to create one manually viaListRetrainingSchedulersRequest.builder()- Parameters:
listRetrainingSchedulersRequest- AConsumerthat will call methods onListRetrainingSchedulersRequest.Builderto create a request.- Returns:
- Result of the ListRetrainingSchedulers operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRetrainingSchedulersPaginator
default ListRetrainingSchedulersIterable listRetrainingSchedulersPaginator(ListRetrainingSchedulersRequest listRetrainingSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listRetrainingSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListRetrainingSchedulersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListRetrainingSchedulersIterable responses = client.listRetrainingSchedulersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListRetrainingSchedulersIterable responses = client .listRetrainingSchedulersPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListRetrainingSchedulersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListRetrainingSchedulersIterable responses = client.listRetrainingSchedulersPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRetrainingSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListRetrainingSchedulersRequest)operation.- Parameters:
listRetrainingSchedulersRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listRetrainingSchedulersPaginator
default ListRetrainingSchedulersIterable listRetrainingSchedulersPaginator(Consumer<ListRetrainingSchedulersRequest.Builder> listRetrainingSchedulersRequest) throws ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listRetrainingSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListRetrainingSchedulersRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListRetrainingSchedulersIterable responses = client.listRetrainingSchedulersPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListRetrainingSchedulersIterable responses = client .listRetrainingSchedulersPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListRetrainingSchedulersResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListRetrainingSchedulersIterable responses = client.listRetrainingSchedulersPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listRetrainingSchedulers(software.amazon.awssdk.services.lookoutequipment.model.ListRetrainingSchedulersRequest)operation.
This is a convenience which creates an instance of the
ListRetrainingSchedulersRequest.Builderavoiding the need to create one manually viaListRetrainingSchedulersRequest.builder()- Parameters:
listRetrainingSchedulersRequest- AConsumerthat will call methods onListRetrainingSchedulersRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSensorStatistics
default ListSensorStatisticsResponse listSensorStatistics(ListSensorStatisticsRequest listSensorStatisticsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
- Parameters:
listSensorStatisticsRequest-- Returns:
- Result of the ListSensorStatistics operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSensorStatistics
default ListSensorStatisticsResponse listSensorStatistics(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset. Can also be used to retreive Sensor Statistics for a previous ingestion job.
This is a convenience which creates an instance of the
ListSensorStatisticsRequest.Builderavoiding the need to create one manually viaListSensorStatisticsRequest.builder()- Parameters:
listSensorStatisticsRequest- AConsumerthat will call methods onListSensorStatisticsRequest.Builderto create a request.- Returns:
- Result of the ListSensorStatistics operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSensorStatisticsPaginator
default ListSensorStatisticsIterable listSensorStatisticsPaginator(ListSensorStatisticsRequest listSensorStatisticsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsIterable responses = client.listSensorStatisticsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsIterable responses = client .listSensorStatisticsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsIterable responses = client.listSensorStatisticsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)operation.- Parameters:
listSensorStatisticsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listSensorStatisticsPaginator
default ListSensorStatisticsIterable listSensorStatisticsPaginator(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
This is a variant of
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsIterable responses = client.listSensorStatisticsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsIterable responses = client .listSensorStatisticsPaginator(request); for (software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.lookoutequipment.paginators.ListSensorStatisticsIterable responses = client.listSensorStatisticsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listSensorStatistics(software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsRequest)operation.
This is a convenience which creates an instance of the
ListSensorStatisticsRequest.Builderavoiding the need to create one manually viaListSensorStatisticsRequest.builder()- Parameters:
listSensorStatisticsRequest- AConsumerthat will call methods onListSensorStatisticsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all the tags for a specified resource, including key and value.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Lists all the tags for a specified resource, including key and value.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
putResourcePolicy
default PutResourcePolicyResponse putResourcePolicy(PutResourcePolicyRequest putResourcePolicyRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a resource control policy for a given resource.
- Parameters:
putResourcePolicyRequest-- Returns:
- Result of the PutResourcePolicy operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
putResourcePolicy
default PutResourcePolicyResponse putResourcePolicy(Consumer<PutResourcePolicyRequest.Builder> putResourcePolicyRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Creates a resource control policy for a given resource.
This is a convenience which creates an instance of the
PutResourcePolicyRequest.Builderavoiding the need to create one manually viaPutResourcePolicyRequest.builder()- Parameters:
putResourcePolicyRequest- AConsumerthat will call methods onPutResourcePolicyRequest.Builderto create a request.- Returns:
- Result of the PutResourcePolicy operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startDataIngestionJob
default StartDataIngestionJobResponse startDataIngestionJob(StartDataIngestionJobRequest startDataIngestionJobRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
- Parameters:
startDataIngestionJobRequest-- Returns:
- Result of the StartDataIngestionJob operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startDataIngestionJob
default StartDataIngestionJobResponse startDataIngestionJob(Consumer<StartDataIngestionJobRequest.Builder> startDataIngestionJobRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, ServiceQuotaExceededException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Starts a data ingestion job. Amazon Lookout for Equipment returns the job status.
This is a convenience which creates an instance of the
StartDataIngestionJobRequest.Builderavoiding the need to create one manually viaStartDataIngestionJobRequest.builder()- Parameters:
startDataIngestionJobRequest- AConsumerthat will call methods onStartDataIngestionJobRequest.Builderto create a request.- Returns:
- Result of the StartDataIngestionJob operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.ServiceQuotaExceededException- Resource limitations have been exceeded.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startInferenceScheduler
default StartInferenceSchedulerResponse startInferenceScheduler(StartInferenceSchedulerRequest startInferenceSchedulerRequest) throws ValidationException, ConflictException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Starts an inference scheduler.
- Parameters:
startInferenceSchedulerRequest-- Returns:
- Result of the StartInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startInferenceScheduler
default StartInferenceSchedulerResponse startInferenceScheduler(Consumer<StartInferenceSchedulerRequest.Builder> startInferenceSchedulerRequest) throws ValidationException, ConflictException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Starts an inference scheduler.
This is a convenience which creates an instance of the
StartInferenceSchedulerRequest.Builderavoiding the need to create one manually viaStartInferenceSchedulerRequest.builder()- Parameters:
startInferenceSchedulerRequest- AConsumerthat will call methods onStartInferenceSchedulerRequest.Builderto create a request.- Returns:
- Result of the StartInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startRetrainingScheduler
default StartRetrainingSchedulerResponse startRetrainingScheduler(StartRetrainingSchedulerRequest startRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Starts a retraining scheduler.
- Parameters:
startRetrainingSchedulerRequest-- Returns:
- Result of the StartRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
startRetrainingScheduler
default StartRetrainingSchedulerResponse startRetrainingScheduler(Consumer<StartRetrainingSchedulerRequest.Builder> startRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Starts a retraining scheduler.
This is a convenience which creates an instance of the
StartRetrainingSchedulerRequest.Builderavoiding the need to create one manually viaStartRetrainingSchedulerRequest.builder()- Parameters:
startRetrainingSchedulerRequest- AConsumerthat will call methods onStartRetrainingSchedulerRequest.Builderto create a request.- Returns:
- Result of the StartRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
stopInferenceScheduler
default StopInferenceSchedulerResponse stopInferenceScheduler(StopInferenceSchedulerRequest stopInferenceSchedulerRequest) throws ValidationException, ConflictException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Stops an inference scheduler.
- Parameters:
stopInferenceSchedulerRequest-- Returns:
- Result of the StopInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
stopInferenceScheduler
default StopInferenceSchedulerResponse stopInferenceScheduler(Consumer<StopInferenceSchedulerRequest.Builder> stopInferenceSchedulerRequest) throws ValidationException, ConflictException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Stops an inference scheduler.
This is a convenience which creates an instance of the
StopInferenceSchedulerRequest.Builderavoiding the need to create one manually viaStopInferenceSchedulerRequest.builder()- Parameters:
stopInferenceSchedulerRequest- AConsumerthat will call methods onStopInferenceSchedulerRequest.Builderto create a request.- Returns:
- Result of the StopInferenceScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
stopRetrainingScheduler
default StopRetrainingSchedulerResponse stopRetrainingScheduler(StopRetrainingSchedulerRequest stopRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Stops a retraining scheduler.
- Parameters:
stopRetrainingSchedulerRequest-- Returns:
- Result of the StopRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
stopRetrainingScheduler
default StopRetrainingSchedulerResponse stopRetrainingScheduler(Consumer<StopRetrainingSchedulerRequest.Builder> stopRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Stops a retraining scheduler.
This is a convenience which creates an instance of the
StopRetrainingSchedulerRequest.Builderavoiding the need to create one manually viaStopRetrainingSchedulerRequest.builder()- Parameters:
stopRetrainingSchedulerRequest- AConsumerthat will call methods onStopRetrainingSchedulerRequest.Builderto create a request.- Returns:
- Result of the StopRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ValidationException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ValidationException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Associates a given tag to a resource in your account. A tag is a key-value pair which can be added to an Amazon Lookout for Equipment resource as metadata. Tags can be used for organizing your resources as well as helping you to search and filter by tag. Multiple tags can be added to a resource, either when you create it, or later. Up to 50 tags can be associated with each resource.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ServiceQuotaExceededException- Resource limitations have been exceeded.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Removes a specific tag from a given resource. The tag is specified by its key.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ValidationException, ResourceNotFoundException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Removes a specific tag from a given resource. The tag is specified by its key.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateActiveModelVersion
default UpdateActiveModelVersionResponse updateActiveModelVersion(UpdateActiveModelVersionRequest updateActiveModelVersionRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, LookoutEquipmentException
Sets the active model version for a given machine learning model.
- Parameters:
updateActiveModelVersionRequest-- Returns:
- Result of the UpdateActiveModelVersion operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateActiveModelVersion
default UpdateActiveModelVersionResponse updateActiveModelVersion(Consumer<UpdateActiveModelVersionRequest.Builder> updateActiveModelVersionRequest) throws ValidationException, ResourceNotFoundException, InternalServerException, ThrottlingException, AccessDeniedException, ConflictException, AwsServiceException, SdkClientException, LookoutEquipmentException
Sets the active model version for a given machine learning model.
This is a convenience which creates an instance of the
UpdateActiveModelVersionRequest.Builderavoiding the need to create one manually viaUpdateActiveModelVersionRequest.builder()- Parameters:
updateActiveModelVersionRequest- AConsumerthat will call methods onUpdateActiveModelVersionRequest.Builderto create a request.- Returns:
- Result of the UpdateActiveModelVersion operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateInferenceScheduler
default UpdateInferenceSchedulerResponse updateInferenceScheduler(UpdateInferenceSchedulerRequest updateInferenceSchedulerRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates an inference scheduler.
- Parameters:
updateInferenceSchedulerRequest-- Returns:
- Result of the UpdateInferenceScheduler operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateInferenceScheduler
default UpdateInferenceSchedulerResponse updateInferenceScheduler(Consumer<UpdateInferenceSchedulerRequest.Builder> updateInferenceSchedulerRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates an inference scheduler.
This is a convenience which creates an instance of the
UpdateInferenceSchedulerRequest.Builderavoiding the need to create one manually viaUpdateInferenceSchedulerRequest.builder()- Parameters:
updateInferenceSchedulerRequest- AConsumerthat will call methods onUpdateInferenceSchedulerRequest.Builderto create a request.- Returns:
- Result of the UpdateInferenceScheduler operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateLabelGroup
default UpdateLabelGroupResponse updateLabelGroup(UpdateLabelGroupRequest updateLabelGroupRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates the label group.
- Parameters:
updateLabelGroupRequest-- Returns:
- Result of the UpdateLabelGroup operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateLabelGroup
default UpdateLabelGroupResponse updateLabelGroup(Consumer<UpdateLabelGroupRequest.Builder> updateLabelGroupRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates the label group.
This is a convenience which creates an instance of the
UpdateLabelGroupRequest.Builderavoiding the need to create one manually viaUpdateLabelGroupRequest.builder()- Parameters:
updateLabelGroupRequest- AConsumerthat will call methods onUpdateLabelGroupRequest.Builderto create a request.- Returns:
- Result of the UpdateLabelGroup operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateModel
default UpdateModelResponse updateModel(UpdateModelRequest updateModelRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates a model in the account.
- Parameters:
updateModelRequest-- Returns:
- Result of the UpdateModel operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateModel
default UpdateModelResponse updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest) throws ConflictException, ResourceNotFoundException, ValidationException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates a model in the account.
This is a convenience which creates an instance of the
UpdateModelRequest.Builderavoiding the need to create one manually viaUpdateModelRequest.builder()- Parameters:
updateModelRequest- AConsumerthat will call methods onUpdateModelRequest.Builderto create a request.- Returns:
- Result of the UpdateModel operation returned by the service.
- Throws:
ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateRetrainingScheduler
default UpdateRetrainingSchedulerResponse updateRetrainingScheduler(UpdateRetrainingSchedulerRequest updateRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates a retraining scheduler.
- Parameters:
updateRetrainingSchedulerRequest-- Returns:
- Result of the UpdateRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
updateRetrainingScheduler
default UpdateRetrainingSchedulerResponse updateRetrainingScheduler(Consumer<UpdateRetrainingSchedulerRequest.Builder> updateRetrainingSchedulerRequest) throws ValidationException, ResourceNotFoundException, ConflictException, ThrottlingException, AccessDeniedException, InternalServerException, AwsServiceException, SdkClientException, LookoutEquipmentException
Updates a retraining scheduler.
This is a convenience which creates an instance of the
UpdateRetrainingSchedulerRequest.Builderavoiding the need to create one manually viaUpdateRetrainingSchedulerRequest.builder()- Parameters:
updateRetrainingSchedulerRequest- AConsumerthat will call methods onUpdateRetrainingSchedulerRequest.Builderto create a request.- Returns:
- Result of the UpdateRetrainingScheduler operation returned by the service.
- Throws:
ValidationException- The input fails to satisfy constraints specified by Amazon Lookout for Equipment or a related Amazon Web Services service that's being utilized.ResourceNotFoundException- The resource requested could not be found. Verify the resource ID and retry your request.ConflictException- The request could not be completed due to a conflict with the current state of the target resource.ThrottlingException- The request was denied due to request throttling.AccessDeniedException- The request could not be completed because you do not have access to the resource.InternalServerException- Processing of the request has failed because of an unknown error, exception or failure.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.LookoutEquipmentException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
create
static LookoutEquipmentClient create()
Create aLookoutEquipmentClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static LookoutEquipmentClientBuilder builder()
Create a builder that can be used to configure and create aLookoutEquipmentClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default LookoutEquipmentServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-