Class: Aws::Types::CreateCompilationJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#compilation_job_name::String

Returns the value of attribute compilation_job_name.



2045
2046
2047
# File 'sig/types.rbs', line 2045

def compilation_job_name
  @compilation_job_name
end

#input_configTypes::InputConfig

Returns the value of attribute input_config.



2048
2049
2050
# File 'sig/types.rbs', line 2048

def input_config
  @input_config
end

#model_package_version_arn::String

Returns the value of attribute model_package_version_arn.



2047
2048
2049
# File 'sig/types.rbs', line 2047

def model_package_version_arn
  @model_package_version_arn
end

#output_configTypes::OutputConfig

Returns the value of attribute output_config.



2049
2050
2051
# File 'sig/types.rbs', line 2049

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.



2046
2047
2048
# File 'sig/types.rbs', line 2046

def role_arn
  @role_arn
end

#stopping_conditionTypes::StoppingCondition

Returns the value of attribute stopping_condition.



2051
2052
2053
# File 'sig/types.rbs', line 2051

def stopping_condition
  @stopping_condition
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2052
2053
2054
# File 'sig/types.rbs', line 2052

def tags
  @tags
end

#vpc_configTypes::NeoVpcConfig

Returns the value of attribute vpc_config.



2050
2051
2052
# File 'sig/types.rbs', line 2050

def vpc_config
  @vpc_config
end