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:



4796
4797
4798
# File 'sig/types.rbs', line 4796

def containers
  @containers
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4800
4801
4802
# File 'sig/types.rbs', line 4800

def creation_time
  @creation_time
end

#deployment_recommendationTypes::DeploymentRecommendation

Returns the value of attribute deployment_recommendation.



4803
4804
4805
# File 'sig/types.rbs', line 4803

def deployment_recommendation
  @deployment_recommendation
end

#enable_network_isolationBoolean

Returns the value of attribute enable_network_isolation.

Returns:

  • (Boolean)


4802
4803
4804
# File 'sig/types.rbs', line 4802

def enable_network_isolation
  @enable_network_isolation
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


4798
4799
4800
# File 'sig/types.rbs', line 4798

def execution_role_arn
  @execution_role_arn
end

#inference_execution_configTypes::InferenceExecutionConfig

Returns the value of attribute inference_execution_config.



4797
4798
4799
# File 'sig/types.rbs', line 4797

def inference_execution_config
  @inference_execution_config
end

#model_arn::String

Returns the value of attribute model_arn.

Returns:

  • (::String)


4801
4802
4803
# File 'sig/types.rbs', line 4801

def model_arn
  @model_arn
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


4794
4795
4796
# File 'sig/types.rbs', line 4794

def model_name
  @model_name
end

#primary_containerTypes::ContainerDefinition

Returns the value of attribute primary_container.



4795
4796
4797
# File 'sig/types.rbs', line 4795

def primary_container
  @primary_container
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



4799
4800
4801
# File 'sig/types.rbs', line 4799

def vpc_config
  @vpc_config
end