JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "GoogleCloudAiplatformV1Trial.php"
Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/google/apiclient-services/src/Aiplatform/GoogleCloudAiplatformV1Trial.php
File size: 4.5 KB
MIME-type: text/x-php
Charset: utf-8
<?php
/*
* Copyright 2014 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
namespace Google\Service\Aiplatform;
class GoogleCloudAiplatformV1Trial extends \Google\Collection
{
protected $collection_key = 'parameters';
/**
* @var string
*/
public $clientId;
/**
* @var string
*/
public $customJob;
/**
* @var string
*/
public $endTime;
protected $finalMeasurementType = GoogleCloudAiplatformV1Measurement::class;
protected $finalMeasurementDataType = '';
/**
* @var string
*/
public $id;
/**
* @var string
*/
public $infeasibleReason;
protected $measurementsType = GoogleCloudAiplatformV1Measurement::class;
protected $measurementsDataType = 'array';
/**
* @var string
*/
public $name;
protected $parametersType = GoogleCloudAiplatformV1TrialParameter::class;
protected $parametersDataType = 'array';
/**
* @var string
*/
public $startTime;
/**
* @var string
*/
public $state;
/**
* @var string[]
*/
public $webAccessUris;
/**
* @param string
*/
public function setClientId($clientId)
{
$this->clientId = $clientId;
}
/**
* @return string
*/
public function getClientId()
{
return $this->clientId;
}
/**
* @param string
*/
public function setCustomJob($customJob)
{
$this->customJob = $customJob;
}
/**
* @return string
*/
public function getCustomJob()
{
return $this->customJob;
}
/**
* @param string
*/
public function setEndTime($endTime)
{
$this->endTime = $endTime;
}
/**
* @return string
*/
public function getEndTime()
{
return $this->endTime;
}
/**
* @param GoogleCloudAiplatformV1Measurement
*/
public function setFinalMeasurement(GoogleCloudAiplatformV1Measurement $finalMeasurement)
{
$this->finalMeasurement = $finalMeasurement;
}
/**
* @return GoogleCloudAiplatformV1Measurement
*/
public function getFinalMeasurement()
{
return $this->finalMeasurement;
}
/**
* @param string
*/
public function setId($id)
{
$this->id = $id;
}
/**
* @return string
*/
public function getId()
{
return $this->id;
}
/**
* @param string
*/
public function setInfeasibleReason($infeasibleReason)
{
$this->infeasibleReason = $infeasibleReason;
}
/**
* @return string
*/
public function getInfeasibleReason()
{
return $this->infeasibleReason;
}
/**
* @param GoogleCloudAiplatformV1Measurement[]
*/
public function setMeasurements($measurements)
{
$this->measurements = $measurements;
}
/**
* @return GoogleCloudAiplatformV1Measurement[]
*/
public function getMeasurements()
{
return $this->measurements;
}
/**
* @param string
*/
public function setName($name)
{
$this->name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param GoogleCloudAiplatformV1TrialParameter[]
*/
public function setParameters($parameters)
{
$this->parameters = $parameters;
}
/**
* @return GoogleCloudAiplatformV1TrialParameter[]
*/
public function getParameters()
{
return $this->parameters;
}
/**
* @param string
*/
public function setStartTime($startTime)
{
$this->startTime = $startTime;
}
/**
* @return string
*/
public function getStartTime()
{
return $this->startTime;
}
/**
* @param string
*/
public function setState($state)
{
$this->state = $state;
}
/**
* @return string
*/
public function getState()
{
return $this->state;
}
/**
* @param string[]
*/
public function setWebAccessUris($webAccessUris)
{
$this->webAccessUris = $webAccessUris;
}
/**
* @return string[]
*/
public function getWebAccessUris()
{
return $this->webAccessUris;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudAiplatformV1Trial::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Trial');