Class: Aws::SageMaker::Types::DescribeAutoMLJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAutoMLJobResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ String
Returns the job’s ARN.
-
#auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
Returns information on the job’s artifacts found in AutoMLJobArtifacts.
-
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
Returns the job’s config.
-
#auto_ml_job_name ⇒ String
Returns the name of a job.
-
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the job’s objective.
-
#auto_ml_job_secondary_status ⇒ String
Returns the job’s AutoMLJobSecondaryStatus.
-
#auto_ml_job_status ⇒ String
Returns the job’s AutoMLJobStatus.
-
#best_candidate ⇒ Types::AutoMLCandidate
Returns the job’s BestCandidate.
-
#creation_time ⇒ Time
Returns the job’s creation time.
-
#end_time ⇒ Time
Returns the job’s end time.
-
#failure_reason ⇒ String
Returns the job’s FailureReason.
-
#generate_candidate_definitions_only ⇒ Boolean
Returns the job’s output from GenerateCandidateDefinitionsOnly.
-
#input_data_config ⇒ Array<Types::AutoMLChannel>
Returns the job’s input data config.
-
#last_modified_time ⇒ Time
Returns the job’s last modified time.
-
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the job’s output data config.
-
#problem_type ⇒ String
Returns the job’s problem type.
-
#resolved_attributes ⇒ Types::ResolvedAttributes
This contains ProblemType, AutoMLJobObjective and CompletionCriteria.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
Returns the job’s ARN.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#auto_ml_job_artifacts ⇒ Types::AutoMLJobArtifacts
Returns information on the job’s artifacts found in AutoMLJobArtifacts.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#auto_ml_job_config ⇒ Types::AutoMLJobConfig
Returns the job’s config.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#auto_ml_job_name ⇒ String
Returns the name of a job.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#auto_ml_job_objective ⇒ Types::AutoMLJobObjective
Returns the job’s objective.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#auto_ml_job_secondary_status ⇒ String
Returns the job’s AutoMLJobSecondaryStatus.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#auto_ml_job_status ⇒ String
Returns the job’s AutoMLJobStatus.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#best_candidate ⇒ Types::AutoMLCandidate
Returns the job’s BestCandidate.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#creation_time ⇒ Time
Returns the job’s creation time.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#end_time ⇒ Time
Returns the job’s end time.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#failure_reason ⇒ String
Returns the job’s FailureReason.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#generate_candidate_definitions_only ⇒ Boolean
Returns the job’s output from GenerateCandidateDefinitionsOnly.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#input_data_config ⇒ Array<Types::AutoMLChannel>
Returns the job’s input data config.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#last_modified_time ⇒ Time
Returns the job’s last modified time.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#output_data_config ⇒ Types::AutoMLOutputDataConfig
Returns the job’s output data config.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#problem_type ⇒ String
Returns the job’s problem type.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#resolved_attributes ⇒ Types::ResolvedAttributes
This contains ProblemType, AutoMLJobObjective and CompletionCriteria. They’re auto-inferred values, if not provided by you. If you do provide them, then they’ll be the same as provided.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.
6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6319 class DescribeAutoMLJobResponse < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :input_data_config, :output_data_config, :role_arn, :auto_ml_job_objective, :problem_type, :auto_ml_job_config, :creation_time, :end_time, :last_modified_time, :failure_reason, :best_candidate, :auto_ml_job_status, :auto_ml_job_secondary_status, :generate_candidate_definitions_only, :auto_ml_job_artifacts, :resolved_attributes) include Aws::Structure end |