Class: Aws::Types::DescribeOptimizationJobResponse

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)


4943
4944
4945
# File 'sig/types.rbs', line 4943

def creation_time
  @creation_time
end

#deployment_instance_type"ml.p4d.24xlarge", ...

Returns the value of attribute deployment_instance_type.

Returns:

  • ("ml.p4d.24xlarge", "ml.p4de.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.12xlarge", "ml.g5.16xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.g6.xlarge", "ml.g6.2xlarge", "ml.g6.4xlarge", "ml.g6.8xlarge", "ml.g6.12xlarge", "ml.g6.16xlarge", "ml.g6.24xlarge", "ml.g6.48xlarge", "ml.g6e.xlarge", "ml.g6e.2xlarge", "ml.g6e.4xlarge", "ml.g6e.8xlarge", "ml.g6e.12xlarge", "ml.g6e.16xlarge", "ml.g6e.24xlarge", "ml.g6e.48xlarge", "ml.inf2.xlarge", "ml.inf2.8xlarge", "ml.inf2.24xlarge", "ml.inf2.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge", "ml.p6-b200.48xlarge", "ml.g7e.2xlarge", "ml.g7e.4xlarge", "ml.g7e.8xlarge", "ml.g7e.12xlarge", "ml.g7e.24xlarge", "ml.g7e.48xlarge")


4949
4950
4951
# File 'sig/types.rbs', line 4949

def deployment_instance_type
  @deployment_instance_type
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4945
4946
4947
# File 'sig/types.rbs', line 4945

def failure_reason
  @failure_reason
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4944
4945
4946
# File 'sig/types.rbs', line 4944

def last_modified_time
  @last_modified_time
end

#max_instance_count::Integer

Returns the value of attribute max_instance_count.

Returns:

  • (::Integer)


4950
4951
4952
# File 'sig/types.rbs', line 4950

def max_instance_count
  @max_instance_count
end

#model_sourceTypes::OptimizationJobModelSource

Returns the value of attribute model_source.



4947
4948
4949
# File 'sig/types.rbs', line 4947

def model_source
  @model_source
end

#optimization_configs::Array[Types::OptimizationConfig]

Returns the value of attribute optimization_configs.

Returns:



4951
4952
4953
# File 'sig/types.rbs', line 4951

def optimization_configs
  @optimization_configs
end

#optimization_end_time::Time

Returns the value of attribute optimization_end_time.

Returns:

  • (::Time)


4942
4943
4944
# File 'sig/types.rbs', line 4942

def optimization_end_time
  @optimization_end_time
end

#optimization_environment::Hash[::String, ::String]

Returns the value of attribute optimization_environment.

Returns:

  • (::Hash[::String, ::String])


4948
4949
4950
# File 'sig/types.rbs', line 4948

def optimization_environment
  @optimization_environment
end

#optimization_job_arn::String

Returns the value of attribute optimization_job_arn.

Returns:

  • (::String)


4939
4940
4941
# File 'sig/types.rbs', line 4939

def optimization_job_arn
  @optimization_job_arn
end

#optimization_job_name::String

Returns the value of attribute optimization_job_name.

Returns:

  • (::String)


4946
4947
4948
# File 'sig/types.rbs', line 4946

def optimization_job_name
  @optimization_job_name
end

#optimization_job_status"INPROGRESS", ...

Returns the value of attribute optimization_job_status.

Returns:

  • ("INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED")


4940
4941
4942
# File 'sig/types.rbs', line 4940

def optimization_job_status
  @optimization_job_status
end

#optimization_outputTypes::OptimizationOutput

Returns the value of attribute optimization_output.



4953
4954
4955
# File 'sig/types.rbs', line 4953

def optimization_output
  @optimization_output
end

#optimization_start_time::Time

Returns the value of attribute optimization_start_time.

Returns:

  • (::Time)


4941
4942
4943
# File 'sig/types.rbs', line 4941

def optimization_start_time
  @optimization_start_time
end

#output_configTypes::OptimizationJobOutputConfig

Returns the value of attribute output_config.



4952
4953
4954
# File 'sig/types.rbs', line 4952

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4954
4955
4956
# File 'sig/types.rbs', line 4954

def role_arn
  @role_arn
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



4955
4956
4957
# File 'sig/types.rbs', line 4955

def stopping_condition
  @stopping_condition
end

#training_plan_arns::Array[::String]

Returns the value of attribute training_plan_arns.

Returns:

  • (::Array[::String])


4957
4958
4959
# File 'sig/types.rbs', line 4957

def training_plan_arns
  @training_plan_arns
end

#vpc_configTypes::OptimizationVpcConfig

Returns the value of attribute vpc_config.



4956
4957
4958
# File 'sig/types.rbs', line 4956

def vpc_config
  @vpc_config
end