Class: Aws::Types::DescribeModelExplainabilityJobDefinitionResponse

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)


4758
4759
4760
# File 'sig/types.rbs', line 4758

def creation_time
  @creation_time
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


4756
4757
4758
# File 'sig/types.rbs', line 4756

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


4757
4758
4759
# File 'sig/types.rbs', line 4757

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4763
4764
4765
# File 'sig/types.rbs', line 4763

def job_resources
  @job_resources
end

#model_explainability_app_specificationTypes::ModelExplainabilityAppSpecification

Returns the value of attribute model_explainability_app_specification.



4760
4761
4762
# File 'sig/types.rbs', line 4760

def model_explainability_app_specification
  @model_explainability_app_specification
end

#model_explainability_baseline_configTypes::ModelExplainabilityBaselineConfig

Returns the value of attribute model_explainability_baseline_config.



4759
4760
4761
# File 'sig/types.rbs', line 4759

def model_explainability_baseline_config
  @model_explainability_baseline_config
end

#model_explainability_job_inputTypes::ModelExplainabilityJobInput

Returns the value of attribute model_explainability_job_input.



4761
4762
4763
# File 'sig/types.rbs', line 4761

def model_explainability_job_input
  @model_explainability_job_input
end

#model_explainability_job_output_configTypes::MonitoringOutputConfig

Returns the value of attribute model_explainability_job_output_config.



4762
4763
4764
# File 'sig/types.rbs', line 4762

def model_explainability_job_output_config
  @model_explainability_job_output_config
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



4764
4765
4766
# File 'sig/types.rbs', line 4764

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4765
4766
4767
# File 'sig/types.rbs', line 4765

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4766
4767
4768
# File 'sig/types.rbs', line 4766

def stopping_condition
  @stopping_condition
end