Class: Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobOutputConfig

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

Overview

An object containing information about the output file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time.

Returns:

  • (Time)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#duration_in_secondsInteger

The duration of the session, in seconds.

Returns:

  • (Integer)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The names of the Vector Enrichment jobs in the list.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Vector Enrichment jobs list.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the list of Vector Enrichment jobs.

Returns:

  • (String)


1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1320

class ListVectorEnrichmentJobOutputConfig < Struct.new(
  :arn,
  :creation_time,
  :duration_in_seconds,
  :name,
  :status,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end