Class: Aws::Types::GetModelImportJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def creation_time
  @creation_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def end_time
  @end_time
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def failure_message
  @failure_message
end

#imported_model_arn::String

Returns the value of attribute imported_model_arn.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def imported_model_arn
  @imported_model_arn
end

#imported_model_kms_key_arn::String

Returns the value of attribute imported_model_kms_key_arn.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def imported_model_kms_key_arn
  @imported_model_kms_key_arn
end

#imported_model_name::String

Returns the value of attribute imported_model_name.

Returns:

  • (::String)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def imported_model_name
  @imported_model_name
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def job_arn
  @job_arn
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def job_name
  @job_name
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def last_modified_time
  @last_modified_time
end

#model_data_sourceTypes::ModelDataSource

Returns the value of attribute model_data_source.



2047
2048
2049
# File 'sig/types.rbs', line 2047

def model_data_source
  @model_data_source
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def role_arn
  @role_arn
end

#status"InProgress", ...

Returns the value of attribute status.

Returns:

  • ("InProgress", "Completed", "Failed")


2048
2049
2050
# File 'sig/types.rbs', line 2048

def status
  @status
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2053
2054
2055
# File 'sig/types.rbs', line 2053

def vpc_config
  @vpc_config
end