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::EndpointInput; use Moose; has EndpointName => (is => 'ro', isa => 'Str', required => 1); has EndTimeOffset => (is => 'ro', isa => 'Str'); has FeaturesAttribute => (is => 'ro', isa => 'Str'); has InferenceAttribute => (is => 'ro', isa => 'Str'); has LocalPath => (is => 'ro', isa => 'Str', required => 1); has ProbabilityAttribute => (is => 'ro', isa => 'Str'); has ProbabilityThresholdAttribute => (is => 'ro', isa => 'Num'); has S3DataDistributionType => (is => 'ro', isa => 'Str'); has S3InputMode => (is => 'ro', isa => 'Str'); has StartTimeOffset => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::SageMaker::EndpointInput =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::EndpointInput object: $service_obj->Method(Att1 => { EndpointName => $value, ..., StartTimeOffset => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::EndpointInput object: $result = $service_obj->Method(...); $result->Att1->EndpointName =head1 DESCRIPTION Input object for the endpoint =head1 ATTRIBUTES =head2 B EndpointName => Str An endpoint in customer's account which has enabled C enabled. =head2 EndTimeOffset => Str If specified, monitoring jobs substract this time from the end time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html). =head2 FeaturesAttribute => Str The attributes of the input data that are the input features. =head2 InferenceAttribute => Str The attribute of the input data that represents the ground truth label. =head2 B LocalPath => Str Path to the filesystem where the endpoint data is available to the container. =head2 ProbabilityAttribute => Str In a classification problem, the attribute that represents the class probability. =head2 ProbabilityThresholdAttribute => Num The threshold for the class probability to be evaluated as a positive result. =head2 S3DataDistributionType => Str Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Defaults to C =head2 S3InputMode => Str Whether the C or C is used as the input mode for transfering data for the monitoring job. C mode is recommended for large datasets. C mode is useful for small files that fit in memory. Defaults to C. =head2 StartTimeOffset => Str If specified, monitoring jobs substract this time from the start time. For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs (https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-schedule.html). =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