You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DescribeModelOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#containersArray<Types::ContainerDefinition>

The containers in the inference pipeline.

Returns:

#creation_timeTime

A timestamp that shows when the model was created.

Returns:

  • (Time)

    A timestamp that shows when the model was created.

#enable_network_isolationBoolean

If True, no inbound or outbound network calls can be made to or from the model container.

Returns:

  • (Boolean)

    If True, no inbound or outbound network calls can be made to or from the model container.

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM role that you specified for the model.

#model_arnString

The Amazon Resource Name (ARN) of the model.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the model.

#model_nameString

Name of the Amazon SageMaker model.

Returns:

  • (String)

    Name of the Amazon SageMaker model.

#primary_containerTypes::ContainerDefinition

The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

Returns:

  • (Types::ContainerDefinition)

    The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production.

#vpc_configTypes::VpcConfig

A VpcConfig object that specifies the VPC that this model has access to. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud

Returns: