Class: Aws::Types::CreateOptimizationJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute deployment_instance_type.



2697
2698
2699
# File 'sig/types.rbs', line 2697

def deployment_instance_type
  @deployment_instance_type
end

#max_instance_count::Integer

Returns the value of attribute max_instance_count.



2698
2699
2700
# File 'sig/types.rbs', line 2698

def max_instance_count
  @max_instance_count
end

#model_sourceTypes::OptimizationJobModelSource

Returns the value of attribute model_source.



2696
2697
2698
# File 'sig/types.rbs', line 2696

def model_source
  @model_source
end

#optimization_configs::Array[Types::OptimizationConfig]

Returns the value of attribute optimization_configs.



2700
2701
2702
# File 'sig/types.rbs', line 2700

def optimization_configs
  @optimization_configs
end

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

Returns the value of attribute optimization_environment.



2699
2700
2701
# File 'sig/types.rbs', line 2699

def optimization_environment
  @optimization_environment
end

#optimization_job_name::String

Returns the value of attribute optimization_job_name.



2694
2695
2696
# File 'sig/types.rbs', line 2694

def optimization_job_name
  @optimization_job_name
end

#output_configTypes::OptimizationJobOutputConfig

Returns the value of attribute output_config.



2701
2702
2703
# File 'sig/types.rbs', line 2701

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.



2695
2696
2697
# File 'sig/types.rbs', line 2695

def role_arn
  @role_arn
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



2702
2703
2704
# File 'sig/types.rbs', line 2702

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2703
2704
2705
# File 'sig/types.rbs', line 2703

def tags
  @tags
end

#training_plan_arns::Array[::String]

Returns the value of attribute training_plan_arns.



2705
2706
2707
# File 'sig/types.rbs', line 2705

def training_plan_arns
  @training_plan_arns
end

#vpc_configTypes::OptimizationVpcConfig

Returns the value of attribute vpc_config.



2704
2705
2706
# File 'sig/types.rbs', line 2704

def vpc_config
  @vpc_config
end