Class: Aws::Bedrock::Types::GetModelImportJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the resource was created.

Returns:

  • (Time)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

Time that the resource transitioned to terminal state.

Returns:

  • (Time)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#failure_messageString

Information about why the import job failed.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#imported_model_arnString

The Amazon Resource Name (ARN) of the imported model.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#imported_model_kms_key_arnString

The imported model is encrypted at rest using this key.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#imported_model_nameString

The name of the imported model.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

The Amazon Resource Name (ARN) of the import job.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the import job.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

Time the resource was last modified.

Returns:

  • (Time)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_data_sourceTypes::ModelDataSource

The data source for the imported model.



2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role associated with this job.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::VpcConfig

The Virtual Private Cloud (VPC) configuration of the import model job.

Returns:



2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
# File 'lib/aws-sdk-bedrock/types.rb', line 2692

class GetModelImportJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :imported_model_name,
  :imported_model_arn,
  :role_arn,
  :model_data_source,
  :status,
  :failure_message,
  :creation_time,
  :last_modified_time,
  :end_time,
  :vpc_config,
  :imported_model_kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end