Class: Aws::ForecastService::Types::DescribeDatasetGroupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

When the dataset group was created.

Returns:

  • (Time)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnsArray<String>

An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

Returns:

  • (Array<String>)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_arnString

The ARN of the dataset group.

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_group_nameString

The name of the dataset group.

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain associated with the dataset group.

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

When the dataset group was created or last updated from a call to the [UpdateDatasetGroup] operation. While the dataset group is being updated, ‘LastModificationTime` is the current time of the `DescribeDatasetGroup` call.

[1]: docs.aws.amazon.com/forecast/latest/dg/API_UpdateDatasetGroup.html

Returns:

  • (Time)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the dataset group. States include:

  • ‘ACTIVE`

  • ‘CREATE_PENDING`, `CREATE_IN_PROGRESS`, `CREATE_FAILED`

  • ‘DELETE_PENDING`, `DELETE_IN_PROGRESS`, `DELETE_FAILED`

  • ‘UPDATE_PENDING`, `UPDATE_IN_PROGRESS`, `UPDATE_FAILED`

The ‘UPDATE` states apply when you call the [UpdateDatasetGroup] operation.

<note markdown=“1”> The ‘Status` of the dataset group must be `ACTIVE` before you can use the dataset group to create a predictor.

</note>

[1]: docs.aws.amazon.com/forecast/latest/dg/API_UpdateDatasetGroup.html

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
# File 'lib/aws-sdk-forecastservice/types.rb', line 2473

class DescribeDatasetGroupResponse < Struct.new(
  :dataset_group_name,
  :dataset_group_arn,
  :dataset_arns,
  :domain,
  :status,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end