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` # Generated by default/object.tt package Paws::SageMaker::UserSettings; use Moose; has ExecutionRole => (is => 'ro', isa => 'Str'); has JupyterServerAppSettings => (is => 'ro', isa => 'Paws::SageMaker::JupyterServerAppSettings'); has KernelGatewayAppSettings => (is => 'ro', isa => 'Paws::SageMaker::KernelGatewayAppSettings'); has SecurityGroups => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has SharingSettings => (is => 'ro', isa => 'Paws::SageMaker::SharingSettings'); has TensorBoardAppSettings => (is => 'ro', isa => 'Paws::SageMaker::TensorBoardAppSettings'); 1; ### main pod documentation begin ### =head1 NAME Paws::SageMaker::UserSettings =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SageMaker::UserSettings object: $service_obj->Method(Att1 => { ExecutionRole => $value, ..., TensorBoardAppSettings => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::UserSettings object: $result = $service_obj->Method(...); $result->Att1->ExecutionRole =head1 DESCRIPTION A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the C API is called, and as C when the C API is called. C is aggregated when specified in both calls. For all other settings in C, the values specified in C take precedence over those specified in C. =head1 ATTRIBUTES =head2 ExecutionRole => Str The execution role for the user. =head2 JupyterServerAppSettings => L The Jupyter server's app settings. =head2 KernelGatewayAppSettings => L The kernel gateway app settings. =head2 SecurityGroups => ArrayRef[Str|Undef] The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication. Optional when the C parameter is set to C. Required when the C parameter is set to C. Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown. =head2 SharingSettings => L Specifies options for sharing SageMaker Studio notebooks. =head2 TensorBoardAppSettings => L The TensorBoard app settings. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut