PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::SageMaker::DescribeModelOutput; use Moose; has Containers => (is => 'ro', isa => 'ArrayRef[Paws::SageMaker::ContainerDefinition]'); has CreationTime => (is => 'ro', isa => 'Str', required => 1); has EnableNetworkIsolation => (is => 'ro', isa => 'Bool'); has ExecutionRoleArn => (is => 'ro', isa => 'Str', required => 1); has InferenceExecutionConfig => (is => 'ro', isa => 'Paws::SageMaker::InferenceExecutionConfig'); has ModelArn => (is => 'ro', isa => 'Str', required => 1); has ModelName => (is => 'ro', isa => 'Str', required => 1); has PrimaryContainer => (is => 'ro', isa => 'Paws::SageMaker::ContainerDefinition'); has VpcConfig => (is => 'ro', isa => 'Paws::SageMaker::VpcConfig'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::SageMaker::DescribeModelOutput =head1 ATTRIBUTES =head2 Containers => ArrayRef[L] The containers in the inference pipeline. =head2 B CreationTime => Str A timestamp that shows when the model was created. =head2 EnableNetworkIsolation => Bool If C, no inbound or outbound network calls can be made to or from the model container. =head2 B ExecutionRoleArn => Str The Amazon Resource Name (ARN) of the IAM role that you specified for the model. =head2 InferenceExecutionConfig => L Specifies details of how containers in a multi-container endpoint are called. =head2 B ModelArn => Str The Amazon Resource Name (ARN) of the model. =head2 B ModelName => Str Name of the Amazon SageMaker model. =head2 PrimaryContainer => L The location of the primary inference code, associated artifacts, and custom environment map that the inference code uses when it is deployed in production. =head2 VpcConfig => L 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 (https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html) =head2 _request_id => Str =cut 1;