Class: Aws::SageMaker::Types::DescribeDeviceFleetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

Timestamp of when the device fleet was created.

Returns:

  • (Time)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the fleet.

Returns:

  • (String)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#device_fleet_arnString

The The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#device_fleet_nameString

The name of the fleet.

Returns:

  • (String)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#iot_role_aliasString

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

Returns:

  • (String)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

Timestamp of when the device fleet was last updated.

Returns:

  • (Time)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::EdgeOutputConfig

The output configuration for storing sampled data.



12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

Returns:

  • (String)


12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12535

class DescribeDeviceFleetResponse < Struct.new(
  :device_fleet_name,
  :device_fleet_arn,
  :output_config,
  :description,
  :creation_time,
  :last_modified_time,
  :role_arn,
  :iot_role_alias)
  SENSITIVE = []
  include Aws::Structure
end