Class: Aws::Types::CreateModelImportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def client_request_token
  @client_request_token
end

#imported_model_kms_key_id::String

Returns the value of attribute imported_model_kms_key_id.

Returns:

  • (::String)


1144
1145
1146
# File 'sig/types.rbs', line 1144

def imported_model_kms_key_id
  @imported_model_kms_key_id
end

#imported_model_name::String

Returns the value of attribute imported_model_name.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def imported_model_name
  @imported_model_name
end

#imported_model_tags::Array[Types::Tag]

Returns the value of attribute imported_model_tags.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def imported_model_tags
  @imported_model_tags
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1136
1137
1138
# File 'sig/types.rbs', line 1136

def job_name
  @job_name
end

#job_tags::Array[Types::Tag]

Returns the value of attribute job_tags.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def job_tags
  @job_tags
end

#model_data_sourceTypes::ModelDataSource

Returns the value of attribute model_data_source.



1139
1140
1141
# File 'sig/types.rbs', line 1139

def model_data_source
  @model_data_source
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1138
1139
1140
# File 'sig/types.rbs', line 1138

def role_arn
  @role_arn
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1143
1144
1145
# File 'sig/types.rbs', line 1143

def vpc_config
  @vpc_config
end