Class: Aws::Types::DescribeModelOutput

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:



4778
4779
4780
# File 'sig/types.rbs', line 4778

def containers
  @containers
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4782
4783
4784
# File 'sig/types.rbs', line 4782

def creation_time
  @creation_time
end

#deployment_recommendationTypes::DeploymentRecommendation

Returns the value of attribute deployment_recommendation.



4785
4786
4787
# File 'sig/types.rbs', line 4785

def deployment_recommendation
  @deployment_recommendation
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


4784
4785
4786
# File 'sig/types.rbs', line 4784

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


4780
4781
4782
# File 'sig/types.rbs', line 4780

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



4779
4780
4781
# File 'sig/types.rbs', line 4779

def inference_execution_config
  @inference_execution_config
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


4783
4784
4785
# File 'sig/types.rbs', line 4783

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


4776
4777
4778
# File 'sig/types.rbs', line 4776

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



4777
4778
4779
# File 'sig/types.rbs', line 4777

def primary_container
  @primary_container
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



4781
4782
4783
# File 'sig/types.rbs', line 4781

def vpc_config
  @vpc_config
end