Class: Aws::SageMakerGeospatial::Types::GetVectorEnrichmentJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::GetVectorEnrichmentJobOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job.
-
#creation_time ⇒ Time
The creation time.
-
#duration_in_seconds ⇒ Integer
The duration of the Vector Enrichment job, in seconds.
-
#error_details ⇒ Types::VectorEnrichmentJobErrorDetails
Details about the errors generated during the Vector Enrichment job.
-
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
-
#export_error_details ⇒ Types::VectorEnrichmentJobExportErrorDetails
Details about the errors generated during the ExportVectorEnrichmentJob.
-
#export_status ⇒ String
The export status of the Vector Enrichment job being initiated.
-
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Input configuration information for the Vector Enrichment job.
-
#job_config ⇒ Types::VectorEnrichmentJobConfig
An object containing information about the job configuration.
-
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
-
#name ⇒ String
The name of the Vector Enrichment job.
-
#status ⇒ String
The status of the initiated Vector Enrichment job.
-
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
-
#type ⇒ String
The type of the Vector Enrichment job being initiated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the Vector Enrichment job.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#duration_in_seconds ⇒ Integer
The duration of the Vector Enrichment job, in seconds.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Types::VectorEnrichmentJobErrorDetails
Details about the errors generated during the Vector Enrichment job.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role that you specified for the job.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#export_error_details ⇒ Types::VectorEnrichmentJobExportErrorDetails
Details about the errors generated during the ExportVectorEnrichmentJob.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#export_status ⇒ String
The export status of the Vector Enrichment job being initiated.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#input_config ⇒ Types::VectorEnrichmentJobInputConfig
Input configuration information for the Vector Enrichment job.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#job_config ⇒ Types::VectorEnrichmentJobConfig
An object containing information about the job configuration.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Key Management Service key ID for server-side encryption.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Vector Enrichment job.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the initiated Vector Enrichment job.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Each tag consists of a key and a value.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the Vector Enrichment job being initiated.
849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 849 class GetVectorEnrichmentJobOutput < Struct.new( :arn, :creation_time, :duration_in_seconds, :error_details, :execution_role_arn, :export_error_details, :export_status, :input_config, :job_config, :kms_key_id, :name, :status, :tags, :type) SENSITIVE = [] include Aws::Structure end |