class Aws::SageMaker::Types::DescribeModelOutput

@!attribute [rw] model_name

Name of the Amazon SageMaker model.
@return [String]

@!attribute [rw] primary_container

The location of the primary inference code, associated artifacts,
and custom environment map that the inference code uses when it is
deployed in production.
@return [Types::ContainerDefinition]

@!attribute [rw] containers

The containers in the inference pipeline.
@return [Array<Types::ContainerDefinition>]

@!attribute [rw] inference_execution_config

Specifies details of how containers in a multi-container endpoint
are called.
@return [Types::InferenceExecutionConfig]

@!attribute [rw] execution_role_arn

The Amazon Resource Name (ARN) of the IAM role that you specified
for the model.
@return [String]

@!attribute [rw] vpc_config

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][1]

[1]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
@return [Types::VpcConfig]

@!attribute [rw] creation_time

A timestamp that shows when the model was created.
@return [Time]

@!attribute [rw] model_arn

The Amazon Resource Name (ARN) of the model.
@return [String]

@!attribute [rw] enable_network_isolation

If `True`, no inbound or outbound network calls can be made to or
from the model container.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelOutput AWS API Documentation

Constants

SENSITIVE