ml  v1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456789]
 NGoogle
 NApis
 NCloudMachineLearningEngine
 Nv1
 NData
 CGoogleApiHttpBodyMessage that represents an arbitrary HTTP body. It should only be used for payload formats that can't be represented as JSON, such as raw binary or an HTML page
 CGoogleCloudMlV1AcceleratorConfigRepresents a hardware accelerator request config. Note that the AcceleratorConfig can be used in both Jobs and Versions. Learn more about accelerators for training and accelerators for online prediction.
 CGoogleCloudMlV1AddTrialMeasurementRequestThe request message for the AddTrialMeasurement service method.
 CGoogleCloudMlV1AutomatedStoppingConfigConfiguration for Automated Early Stopping of Trials. If no implementation_config is set, automated early stopping will not be run.
 CGoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig
 CGoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfigThe median automated stopping rule stops a pending trial if the trial's best objective_value is strictly below the median 'performance' of all completed trials reported up to the trial's last measurement. Currently, 'performance' refers to the running average of the objective values reported by the trial in each measurement.
 CGoogleCloudMlV1AutoScalingOptions for automatically scaling a model.
 CGoogleCloudMlV1BuiltInAlgorithmOutputRepresents output related to a built-in algorithm Job.
 CGoogleCloudMlV1CancelJobRequestRequest message for the CancelJob method.
 CGoogleCloudMlV1Capability
 CGoogleCloudMlV1CheckTrialEarlyStoppingStateMetatdataThis message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.
 CGoogleCloudMlV1CheckTrialEarlyStoppingStateRequestThe request message for the CheckTrialEarlyStoppingState service method.
 CGoogleCloudMlV1CheckTrialEarlyStoppingStateResponseThe message will be placed in the response field of a completed google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.
 CGoogleCloudMlV1CompleteTrialRequestThe request message for the CompleteTrial service method.
 CGoogleCloudMlV1Config
 CGoogleCloudMlV1EncryptionConfigRepresents a custom encryption key configuration that can be applied to a resource.
 CGoogleCloudMlV1ExplainRequestRequest for explanations to be issued against a trained model.
 CGoogleCloudMlV1ExplanationConfigMessage holding configuration options for explaining model predictions. There are two feature attribution methods supported for TensorFlow models: integrated gradients and sampled Shapley. Learn more about feature attributions.
 CGoogleCloudMlV1GetConfigResponseReturns service account information associated with a project.
 CGoogleCloudMlV1HyperparameterOutputRepresents the result of a single hyperparameter tuning trial from a training job. The TrainingOutput object that is returned on successful completion of a training job with hyperparameter tuning includes a list of HyperparameterOutput objects, one for each successful trial.
 CGoogleCloudMlV1HyperparameterOutputHyperparameterMetricAn observed value of a metric.
 CGoogleCloudMlV1HyperparameterSpecRepresents a set of hyperparameters to optimize.
 CGoogleCloudMlV1IntegratedGradientsAttributionAttributes credit by computing the Aumann-Shapley value taking advantage of the model's fully differentiable structure. Refer to this paper for more details: http://proceedings.mlr.press/v70/sundararajan17a.html
 CGoogleCloudMlV1JobRepresents a training or prediction job.
 CGoogleCloudMlV1ListJobsResponseResponse message for the ListJobs method.
 CGoogleCloudMlV1ListLocationsResponse
 CGoogleCloudMlV1ListModelsResponseResponse message for the ListModels method.
 CGoogleCloudMlV1ListStudiesResponse
 CGoogleCloudMlV1ListTrialsResponseThe response message for the ListTrials method.
 CGoogleCloudMlV1ListVersionsResponseResponse message for the ListVersions method.
 CGoogleCloudMlV1Location
 CGoogleCloudMlV1ManualScalingOptions for manually scaling a model.
 CGoogleCloudMlV1MeasurementA message representing a Measurement.
 CGoogleCloudMlV1MeasurementMetricA message representing a metric in the measurement.
 CGoogleCloudMlV1ModelRepresents a machine learning solution
 CGoogleCloudMlV1OperationMetadataRepresents the metadata of the long-running operation.
 CGoogleCloudMlV1ParameterSpecRepresents a single hyperparameter to optimize.
 CGoogleCloudMlV1PredictionInputRepresents input parameters for a prediction job.
 CGoogleCloudMlV1PredictionOutputRepresents results of a prediction job.
 CGoogleCloudMlV1PredictRequestRequest for predictions to be issued against a trained model.
 CGoogleCloudMlV1ReplicaConfigRepresents the configuration for a replica in a cluster.
 CGoogleCloudMlV1RequestLoggingConfigConfiguration for logging request-response pairs to a BigQuery table. Online prediction requests to a model version and the responses to these requests are converted to raw strings and saved to the specified BigQuery table. Logging is constrained by BigQuery quotas and limits. If your project exceeds BigQuery quotas or limits, AI Platform Prediction does not log request-response pairs, but it continues to serve predictions
 CGoogleCloudMlV1SampledShapleyAttributionAn attribution method that approximates Shapley values for features that contribute to the label being predicted. A sampling strategy is used to approximate the value rather than considering all subsets of features.
 CGoogleCloudMlV1SchedulingAll parameters related to scheduling of training jobs.
 CGoogleCloudMlV1SetDefaultVersionRequestRequest message for the SetDefaultVersion request.
 CGoogleCloudMlV1StopTrialRequest
 CGoogleCloudMlV1StudyA message representing a Study.
 CGoogleCloudMlV1StudyConfigRepresents configuration of a study.
 CGoogleCloudMlV1StudyConfigMetricSpecRepresents a metric to optimize.
 CGoogleCloudMlV1StudyConfigParameterSpecRepresents a single parameter to optimize.
 CGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec
 CGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec
 CGoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec
 CGoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec
 CGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpecRepresents the spec to match categorical values from parent parameter.
 CGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpecRepresents the spec to match discrete values from parent parameter.
 CGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpecRepresents the spec to match integer values from parent parameter.
 CGoogleCloudMlV1SuggestTrialsMetadataMetadata field of a google.longrunning.Operation associated with a SuggestTrialsRequest.
 CGoogleCloudMlV1SuggestTrialsRequestThe request message for the SuggestTrial service method.
 CGoogleCloudMlV1SuggestTrialsResponseThis message will be placed in the response field of a completed google.longrunning.Operation associated with a SuggestTrials request.
 CGoogleCloudMlV1TrainingInputRepresents input parameters for a training job. When using the gcloud command to submit your training job, you can specify the input parameters as command-line arguments and/or in a YAML configuration file referenced from the –config command-line argument. For details, see the guide to submitting a training job.
 CGoogleCloudMlV1TrainingOutputRepresents results of a training job. Output only.
 CGoogleCloudMlV1TrialA message representing a Trial.
 CGoogleCloudMlV1TrialParameterA message representing a parameter to be tuned.
 CGoogleCloudMlV1VersionRepresents a version of the model
 CGoogleCloudMlV1XraiAttributionAttributes credit by computing the XRAI taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1906.02825 Currently only implemented for models with natural image inputs.
 CGoogleIamV1AuditConfigSpecifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs
 CGoogleIamV1AuditLogConfigProvides the configuration for logging a type of permissions. Example:
 CGoogleIamV1BindingAssociates members with a role.
 CGoogleIamV1PolicyAn Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources
 CGoogleIamV1SetIamPolicyRequestRequest message for SetIamPolicy method.
 CGoogleIamV1TestIamPermissionsRequestRequest message for TestIamPermissions method.
 CGoogleIamV1TestIamPermissionsResponseResponse message for TestIamPermissions method.
 CGoogleLongrunningListOperationsResponseThe response message for Operations.ListOperations.
 CGoogleLongrunningOperationThis resource represents a long-running operation that is the result of a network API call.
 CGoogleProtobufEmptyA generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance:
 CGoogleRpcStatusThe Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details
 CGoogleTypeExprRepresents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec
 CCloudMachineLearningEngineBaseServiceRequestA base abstract class for CloudMachineLearningEngine requests.
 CCloudMachineLearningEngineServiceThe CloudMachineLearningEngine Service.
 CProjectsResourceThe "projects" collection of methods.
 CExplainRequestPerforms explanation on the data in the request. AI Platform implements a custom explain verb on top of an HTTP POST method.
 CGetConfigRequestGet the service account information associated with your project. You need this information in order to grant the service account permissions for the Google Cloud Storage location where you put your model training code for training the model with Google Cloud Machine Learning.
 CJobsResourceThe "jobs" collection of methods.
 CLocationsResourceThe "locations" collection of methods.
 CModelsResourceThe "models" collection of methods.
 COperationsResourceThe "operations" collection of methods.
 CPredictRequestPerforms online prediction on the data in the request