Class: Aws::SageMakerGeospatial::Types::GetVectorEnrichmentJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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_timeTime

The creation time.

Returns:

  • (Time)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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_secondsInteger

The duration of the Vector Enrichment job, in seconds.

Returns:

  • (Integer)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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_detailsTypes::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 'gems/aws-sdk-sagemakergeospatial/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_arnString

The Amazon Resource Name (ARN) of the IAM role that you specified for the job.

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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_detailsTypes::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 'gems/aws-sdk-sagemakergeospatial/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_statusString

The export status of the Vector Enrichment job being initiated.

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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_configTypes::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 'gems/aws-sdk-sagemakergeospatial/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_configTypes::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 'gems/aws-sdk-sagemakergeospatial/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_idString

The Key Management Service key ID for server-side encryption.

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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

#nameString

The name of the Vector Enrichment job.

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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

#statusString

The status of the initiated Vector Enrichment job.

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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

#tagsHash<String,String>

Each tag consists of a key and a value.

Returns:

  • (Hash<String,String>)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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

#typeString

The type of the Vector Enrichment job being initiated.

Returns:

  • (String)


849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
# File 'gems/aws-sdk-sagemakergeospatial/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