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)


4038
4039
4040
# File 'sig/types.rbs', line 4038

def compilation_end_time
  @compilation_end_time
end

#compilation_job_arn::String

Returns the value of attribute compilation_job_arn.

Returns:

  • (::String)


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

def compilation_job_arn
  @compilation_job_arn
end

#compilation_job_name::String

Returns the value of attribute compilation_job_name.

Returns:

  • (::String)


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

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")


4036
4037
4038
# File 'sig/types.rbs', line 4036

def compilation_job_status
  @compilation_job_status
end

#compilation_start_time::Time

Returns the value of attribute compilation_start_time.

Returns:

  • (::Time)


4037
4038
4039
# File 'sig/types.rbs', line 4037

def compilation_start_time
  @compilation_start_time
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4042
4043
4044
# File 'sig/types.rbs', line 4042

def creation_time
  @creation_time
end

#derived_informationTypes::DerivedInformation

Returns the value of attribute derived_information.



4051
4052
4053
# File 'sig/types.rbs', line 4051

def derived_information
  @derived_information
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4044
4045
4046
# File 'sig/types.rbs', line 4044

def failure_reason
  @failure_reason
end

#inference_image::String

Returns the value of attribute inference_image.

Returns:

  • (::String)


4040
4041
4042
# File 'sig/types.rbs', line 4040

def inference_image
  @inference_image
end

#input_configTypes::InputConfig

Returns the value of attribute input_config.

Returns:



4048
4049
4050
# File 'sig/types.rbs', line 4048

def input_config
  @input_config
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4043
4044
4045
# File 'sig/types.rbs', line 4043

def last_modified_time
  @last_modified_time
end

#model_artifactsTypes::ModelArtifacts

Returns the value of attribute model_artifacts.



4045
4046
4047
# File 'sig/types.rbs', line 4045

def model_artifacts
  @model_artifacts
end

#model_digestsTypes::ModelDigests

Returns the value of attribute model_digests.

Returns:



4046
4047
4048
# File 'sig/types.rbs', line 4046

def model_digests
  @model_digests
end

#model_package_version_arn::String

Returns the value of attribute model_package_version_arn.

Returns:

  • (::String)


4041
4042
4043
# File 'sig/types.rbs', line 4041

def model_package_version_arn
  @model_package_version_arn
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.

Returns:



4049
4050
4051
# File 'sig/types.rbs', line 4049

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4047
4048
4049
# File 'sig/types.rbs', line 4047

def role_arn
  @role_arn
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



4039
4040
4041
# File 'sig/types.rbs', line 4039

def stopping_condition
  @stopping_condition
end

#vpc_configTypes::NeoVpcConfig

Returns the value of attribute vpc_config.

Returns:



4050
4051
4052
# File 'sig/types.rbs', line 4050

def vpc_config
  @vpc_config
end