Class: Aws::Types::DescribeCompilationJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_end_time::Time

Returns the value of attribute compilation_end_time.

Returns:

  • (::Time)


4021
4022
4023
# File 'sig/types.rbs', line 4021

def compilation_end_time
  @compilation_end_time
end

#compilation_job_arn::String

Returns the value of attribute compilation_job_arn.

Returns:

  • (::String)


4018
4019
4020
# File 'sig/types.rbs', line 4018

def compilation_job_arn
  @compilation_job_arn
end

#compilation_job_name::String

Returns the value of attribute compilation_job_name.

Returns:

  • (::String)


4017
4018
4019
# File 'sig/types.rbs', line 4017

def compilation_job_name
  @compilation_job_name
end

#compilation_job_status"INPROGRESS", ...

Returns the value of attribute compilation_job_status.

Returns:

  • ("INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED")


4019
4020
4021
# File 'sig/types.rbs', line 4019

def compilation_job_status
  @compilation_job_status
end

#compilation_start_time::Time

Returns the value of attribute compilation_start_time.

Returns:

  • (::Time)


4020
4021
4022
# File 'sig/types.rbs', line 4020

def compilation_start_time
  @compilation_start_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4025
4026
4027
# File 'sig/types.rbs', line 4025

def creation_time
  @creation_time
end

#derived_informationTypes::DerivedInformation

Returns the value of attribute derived_information.



4034
4035
4036
# File 'sig/types.rbs', line 4034

def derived_information
  @derived_information
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4027
4028
4029
# File 'sig/types.rbs', line 4027

def failure_reason
  @failure_reason
end

#inference_image::String

Returns the value of attribute inference_image.

Returns:

  • (::String)


4023
4024
4025
# File 'sig/types.rbs', line 4023

def inference_image
  @inference_image
end

#input_configTypes::InputConfig

Returns the value of attribute input_config.

Returns:



4031
4032
4033
# File 'sig/types.rbs', line 4031

def input_config
  @input_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4026
4027
4028
# File 'sig/types.rbs', line 4026

def last_modified_time
  @last_modified_time
end

#model_artifactsTypes::ModelArtifacts

Returns the value of attribute model_artifacts.



4028
4029
4030
# File 'sig/types.rbs', line 4028

def model_artifacts
  @model_artifacts
end

#model_digestsTypes::ModelDigests

Returns the value of attribute model_digests.

Returns:



4029
4030
4031
# File 'sig/types.rbs', line 4029

def model_digests
  @model_digests
end

#model_package_version_arn::String

Returns the value of attribute model_package_version_arn.

Returns:

  • (::String)


4024
4025
4026
# File 'sig/types.rbs', line 4024

def model_package_version_arn
  @model_package_version_arn
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



4032
4033
4034
# File 'sig/types.rbs', line 4032

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4030
4031
4032
# File 'sig/types.rbs', line 4030

def role_arn
  @role_arn
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



4022
4023
4024
# File 'sig/types.rbs', line 4022

def stopping_condition
  @stopping_condition
end

#vpc_configTypes::NeoVpcConfig

Returns the value of attribute vpc_config.

Returns:



4033
4034
4035
# File 'sig/types.rbs', line 4033

def vpc_config
  @vpc_config
end