Class: Aws::Types::DescribeModelQualityJobDefinitionResponse

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)


4855
4856
4857
# File 'sig/types.rbs', line 4855

def creation_time
  @creation_time
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


4853
4854
4855
# File 'sig/types.rbs', line 4853

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


4854
4855
4856
# File 'sig/types.rbs', line 4854

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4860
4861
4862
# File 'sig/types.rbs', line 4860

def job_resources
  @job_resources
end

#model_quality_app_specificationTypes::ModelQualityAppSpecification

Returns the value of attribute model_quality_app_specification.



4857
4858
4859
# File 'sig/types.rbs', line 4857

def model_quality_app_specification
  @model_quality_app_specification
end

#model_quality_baseline_configTypes::ModelQualityBaselineConfig

Returns the value of attribute model_quality_baseline_config.



4856
4857
4858
# File 'sig/types.rbs', line 4856

def model_quality_baseline_config
  @model_quality_baseline_config
end

#model_quality_job_inputTypes::ModelQualityJobInput

Returns the value of attribute model_quality_job_input.



4858
4859
4860
# File 'sig/types.rbs', line 4858

def model_quality_job_input
  @model_quality_job_input
end

#model_quality_job_output_configTypes::MonitoringOutputConfig

Returns the value of attribute model_quality_job_output_config.



4859
4860
4861
# File 'sig/types.rbs', line 4859

def model_quality_job_output_config
  @model_quality_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



4861
4862
4863
# File 'sig/types.rbs', line 4861

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4862
4863
4864
# File 'sig/types.rbs', line 4862

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4863
4864
4865
# File 'sig/types.rbs', line 4863

def stopping_condition
  @stopping_condition
end