Google-Cloud-Bigquery-V2

 view release on metacpan or  search on metacpan

lib/Google/Cloud/Bigquery/V2/JobStats.pm  view on Meta::CPAN

=item * B<copied_logical_bytes>

Type: Message (.google.protobuf.Int64Value)

=back

=cut

# === Message: Google::Cloud::Bigquery::V2::JobStats::MlStatistics ===
    # Fields for MlStatistics
    # Field: max_iterations Type: 3 ()
    # Field: iteration_results Type: 11 (.google.cloud.bigquery.v2.Model.TrainingRun.IterationResult)
    # Field: model_type Type: 14 (.google.cloud.bigquery.v2.Model.ModelType)
    # Field: training_type Type: 14 (.google.cloud.bigquery.v2.MlStatistics.TrainingType)
    # Field: hparam_trials Type: 11 (.google.cloud.bigquery.v2.Model.HparamTuningTrial)

=pod

=head1 NAME

Google::Cloud::Bigquery::V2::JobStats::MlStatistics - Compiled Protocol Buffers message class

=head1 SYNOPSIS

    use Google::Cloud::Bigquery::V2::JobStats;

    my $msg = Google::Cloud::Bigquery::V2::JobStats::MlStatistics->new(
        max_iterations => $value,
    );

=head1 FIELDS

=over 4

=item * B<max_iterations>

Type: Int64

=item * B<iteration_results>

Type: Message (.google.cloud.bigquery.v2.Model.TrainingRun.IterationResult)

=item * B<model_type>

Type: Enum (.google.cloud.bigquery.v2.Model.ModelType)



( run in 1.045 second using v1.01-cache-2.11-cpan-4ab04211f4c )