NAME
Paws::SageMaker::DescribeTrialComponent - Arguments for method DescribeTrialComponent on Paws::SageMaker
DESCRIPTION
This class represents the parameters used for calling the method DescribeTrialComponent on the Amazon SageMaker Service service. Use the attributes of this class as arguments to method DescribeTrialComponent.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeTrialComponent.
SYNOPSIS
my $api.sagemaker = Paws->service('SageMaker');
my $DescribeTrialComponentResponse =
$api . sagemaker->DescribeTrialComponent(
TrialComponentName => 'MyExperimentEntityName',
);
# Results:
my $CreatedBy = $DescribeTrialComponentResponse->CreatedBy;
my $CreationTime = $DescribeTrialComponentResponse->CreationTime;
my $DisplayName = $DescribeTrialComponentResponse->DisplayName;
my $EndTime = $DescribeTrialComponentResponse->EndTime;
my $InputArtifacts = $DescribeTrialComponentResponse->InputArtifacts;
my $LastModifiedBy = $DescribeTrialComponentResponse->LastModifiedBy;
my $LastModifiedTime = $DescribeTrialComponentResponse->LastModifiedTime;
my $MetadataProperties =
$DescribeTrialComponentResponse->MetadataProperties;
my $Metrics = $DescribeTrialComponentResponse->Metrics;
my $OutputArtifacts = $DescribeTrialComponentResponse->OutputArtifacts;
my $Parameters = $DescribeTrialComponentResponse->Parameters;
my $Source = $DescribeTrialComponentResponse->Source;
my $StartTime = $DescribeTrialComponentResponse->StartTime;
my $Status = $DescribeTrialComponentResponse->Status;
my $TrialComponentArn = $DescribeTrialComponentResponse->TrialComponentArn;
my $TrialComponentName =
$DescribeTrialComponentResponse->TrialComponentName;
# Returns a L<Paws::SageMaker::DescribeTrialComponentResponse> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/api.sagemaker/DescribeTrialComponent
ATTRIBUTES
REQUIRED TrialComponentName => Str
The name of the trial component to describe.
SEE ALSO
This class forms part of Paws, documenting arguments for method DescribeTrialComponent in Paws::SageMaker
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues