Class: Aws::Types::CreateModelInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::ContainerDefinition]

Returns the value of attribute containers.



2562
2563
2564
# File 'sig/types.rbs', line 2562

def containers
  @containers
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.



2567
2568
2569
# File 'sig/types.rbs', line 2567

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.



2564
2565
2566
# File 'sig/types.rbs', line 2564

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



2563
2564
2565
# File 'sig/types.rbs', line 2563

def inference_execution_config
  @inference_execution_config
end

#model_name::String

Returns the value of attribute model_name.



2560
2561
2562
# File 'sig/types.rbs', line 2560

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



2561
2562
2563
# File 'sig/types.rbs', line 2561

def primary_container
  @primary_container
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2565
2566
2567
# File 'sig/types.rbs', line 2565

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.



2566
2567
2568
# File 'sig/types.rbs', line 2566

def vpc_config
  @vpc_config
end