Class: Aws::Types::CreateModelInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#containers::Array[Types::ContainerDefinition]

Returns the value of attribute containers.

Returns:



2546
2547
2548
# File 'sig/types.rbs', line 2546

def containers
  @containers
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


2551
2552
2553
# File 'sig/types.rbs', line 2551

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


2548
2549
2550
# File 'sig/types.rbs', line 2548

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



2547
2548
2549
# File 'sig/types.rbs', line 2547

def inference_execution_config
  @inference_execution_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


2544
2545
2546
# File 'sig/types.rbs', line 2544

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



2545
2546
2547
# File 'sig/types.rbs', line 2545

def primary_container
  @primary_container
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2549
2550
2551
# File 'sig/types.rbs', line 2549

def tags
  @tags
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2550
2551
2552
# File 'sig/types.rbs', line 2550

def vpc_config
  @vpc_config
end