Class: Aws::LookoutEquipment::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeDatasetResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
Specifies the time the dataset was created in Lookout for Equipment.
-
#data_end_time ⇒ Time
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
-
#data_quality_summary ⇒ Types::DataQualitySummary
Gives statistics associated with the given dataset for the latest successful associated ingestion job id.
-
#data_start_time ⇒ Time
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset being described.
-
#dataset_name ⇒ String
The name of the dataset being described.
-
#ingested_files_summary ⇒ Types::IngestedFilesSummary
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
-
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies the S3 location configuration for the data input for the data ingestion job.
-
#last_updated_at ⇒ Time
Specifies the time the dataset was last updated, if it was.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
-
#schema ⇒ String
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
-
#server_side_kms_key_id ⇒ String
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
-
#status ⇒ String
Indicates the status of the dataset.
Instance Attribute Details
#created_at ⇒ Time
Specifies the time the dataset was created in Lookout for Equipment.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#data_end_time ⇒ Time
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#data_quality_summary ⇒ Types::DataQualitySummary
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#data_start_time ⇒ Time
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset being described.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset being described.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#ingested_files_summary ⇒ Types::IngestedFilesSummary
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Specifies the S3 location configuration for the data input for the data ingestion job.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Specifies the time the dataset was last updated, if it was.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#server_side_kms_key_id ⇒ String
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the dataset.
912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 912 class DescribeDatasetResponse < Struct.new( :dataset_name, :dataset_arn, :created_at, :last_updated_at, :status, :schema, :server_side_kms_key_id, :ingestion_input_configuration, :data_quality_summary, :ingested_files_summary, :role_arn, :data_start_time, :data_end_time) SENSITIVE = [] include Aws::Structure end |