Class: Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobOutputConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ListVectorEnrichmentJobOutputConfig
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
-
#creation_time ⇒ Time
The creation time.
-
#duration_in_seconds ⇒ Integer
The duration of the session, in seconds.
-
#name ⇒ String
The names of the Vector Enrichment jobs in the list.
-
#status ⇒ String
The status of the Vector Enrichment jobs list.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
-
#type ⇒ String
The type of the list of Vector Enrichment jobs.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the list of the Vector Enrichment jobs.
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_time ⇒ Time
The creation 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_seconds ⇒ Integer
The duration of the session, in seconds.
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 |
#name ⇒ String
The names of the Vector Enrichment jobs in the list.
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 |
#status ⇒ String
The status of the Vector Enrichment jobs list.
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 |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
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 |
#type ⇒ String
The type of the list of Vector Enrichment jobs.
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 |