Class: Aws::Types::DescribeAutoMLJobV2Response

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_compute_configTypes::AutoMLComputeConfig

Returns the value of attribute auto_ml_compute_config.



3939
3940
3941
# File 'sig/types.rbs', line 3939

def auto_ml_compute_config
  @auto_ml_compute_config
end

#auto_ml_job_arn::String

Returns the value of attribute auto_ml_job_arn.

Returns:

  • (::String)


3918
3919
3920
# File 'sig/types.rbs', line 3918

def auto_ml_job_arn
  @auto_ml_job_arn
end

#auto_ml_job_artifactsTypes::AutoMLJobArtifacts

Returns the value of attribute auto_ml_job_artifacts.



3933
3934
3935
# File 'sig/types.rbs', line 3933

def auto_ml_job_artifacts
  @auto_ml_job_artifacts
end

#auto_ml_job_input_data_config::Array[Types::AutoMLJobChannel]

Returns the value of attribute auto_ml_job_input_data_config.

Returns:



3919
3920
3921
# File 'sig/types.rbs', line 3919

def auto_ml_job_input_data_config
  @auto_ml_job_input_data_config
end

#auto_ml_job_name::String

Returns the value of attribute auto_ml_job_name.

Returns:

  • (::String)


3917
3918
3919
# File 'sig/types.rbs', line 3917

def auto_ml_job_name
  @auto_ml_job_name
end

#auto_ml_job_objectiveTypes::AutoMLJobObjective

Returns the value of attribute auto_ml_job_objective.



3922
3923
3924
# File 'sig/types.rbs', line 3922

def auto_ml_job_objective
  @auto_ml_job_objective
end

#auto_ml_job_secondary_status"Starting", ...

Returns the value of attribute auto_ml_job_secondary_status.

Returns:

  • ("Starting", "MaxCandidatesReached", "Failed", "Stopped", "MaxAutoMLJobRuntimeReached", "Stopping", "CandidateDefinitionsGenerated", "Completed", "ExplainabilityError", "DeployingModel", "ModelDeploymentError", "GeneratingModelInsightsReport", "ModelInsightsError", "AnalyzingData", "FeatureEngineering", "ModelTuning", "GeneratingExplainabilityReport", "TrainingModels", "PreTraining")


3932
3933
3934
# File 'sig/types.rbs', line 3932

def auto_ml_job_secondary_status
  @auto_ml_job_secondary_status
end

#auto_ml_job_status"Completed", ...

Returns the value of attribute auto_ml_job_status.

Returns:

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


3931
3932
3933
# File 'sig/types.rbs', line 3931

def auto_ml_job_status
  @auto_ml_job_status
end

#auto_ml_problem_type_configTypes::AutoMLProblemTypeConfig

Returns the value of attribute auto_ml_problem_type_config.



3923
3924
3925
# File 'sig/types.rbs', line 3923

def auto_ml_problem_type_config
  @auto_ml_problem_type_config
end

#auto_ml_problem_type_config_name"ImageClassification", ...

Returns the value of attribute auto_ml_problem_type_config_name.

Returns:

  • ("ImageClassification", "TextClassification", "TimeSeriesForecasting", "Tabular", "TextGeneration")


3924
3925
3926
# File 'sig/types.rbs', line 3924

def auto_ml_problem_type_config_name
  @auto_ml_problem_type_config_name
end

#best_candidateTypes::AutoMLCandidate

Returns the value of attribute best_candidate.



3930
3931
3932
# File 'sig/types.rbs', line 3930

def best_candidate
  @best_candidate
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


3925
3926
3927
# File 'sig/types.rbs', line 3925

def creation_time
  @creation_time
end

#data_split_configTypes::AutoMLDataSplitConfig

Returns the value of attribute data_split_config.



3937
3938
3939
# File 'sig/types.rbs', line 3937

def data_split_config
  @data_split_config
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


3926
3927
3928
# File 'sig/types.rbs', line 3926

def end_time
  @end_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


3928
3929
3930
# File 'sig/types.rbs', line 3928

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


3927
3928
3929
# File 'sig/types.rbs', line 3927

def last_modified_time
  @last_modified_time
end

#model_deploy_configTypes::ModelDeployConfig

Returns the value of attribute model_deploy_config.



3935
3936
3937
# File 'sig/types.rbs', line 3935

def model_deploy_config
  @model_deploy_config
end

#model_deploy_resultTypes::ModelDeployResult

Returns the value of attribute model_deploy_result.



3936
3937
3938
# File 'sig/types.rbs', line 3936

def model_deploy_result
  @model_deploy_result
end

#output_data_configTypes::AutoMLOutputDataConfig

Returns the value of attribute output_data_config.



3920
3921
3922
# File 'sig/types.rbs', line 3920

def output_data_config
  @output_data_config
end

#partial_failure_reasons::Array[Types::AutoMLPartialFailureReason]

Returns the value of attribute partial_failure_reasons.

Returns:



3929
3930
3931
# File 'sig/types.rbs', line 3929

def partial_failure_reasons
  @partial_failure_reasons
end

#resolved_attributesTypes::AutoMLResolvedAttributes

Returns the value of attribute resolved_attributes.



3934
3935
3936
# File 'sig/types.rbs', line 3934

def resolved_attributes
  @resolved_attributes
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3921
3922
3923
# File 'sig/types.rbs', line 3921

def role_arn
  @role_arn
end

#security_configTypes::AutoMLSecurityConfig

Returns the value of attribute security_config.



3938
3939
3940
# File 'sig/types.rbs', line 3938

def security_config
  @security_config
end