Versions in this module Expand all Collapse all v0 v0.0.1 Dec 7, 2023 Changes in this version + const CloudPlatformReadOnlyScope + const CloudPlatformScope + type GoogleApi__HttpBody struct + ContentType string + Data string + Extensions []googleapi.RawMessage + ForceSendFields []string + NullFields []string + func (s *GoogleApi__HttpBody) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig struct + ForceSendFields []string + NullFields []string + UseElapsedTime bool + func (s *GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig struct + ForceSendFields []string + NullFields []string + UseElapsedTime bool + func (s *GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1HyperparameterOutputHyperparameterMetric struct + ForceSendFields []string + NullFields []string + ObjectiveValue float64 + TrainingStep int64 + func (s *GoogleCloudMlV1HyperparameterOutputHyperparameterMetric) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1HyperparameterOutputHyperparameterMetric) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1MeasurementMetric struct + ForceSendFields []string + Metric string + NullFields []string + Value float64 + func (s *GoogleCloudMlV1MeasurementMetric) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1MeasurementMetric) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1StudyConfigMetricSpec struct + ForceSendFields []string + Goal string + Metric string + NullFields []string + func (s *GoogleCloudMlV1StudyConfigMetricSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1StudyConfigParameterSpec struct + CategoricalValueSpec *GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec + ChildParameterSpecs []*GoogleCloudMlV1StudyConfigParameterSpec + DiscreteValueSpec *GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec + DoubleValueSpec *GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec + ForceSendFields []string + IntegerValueSpec *GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec + NullFields []string + Parameter string + ParentCategoricalValues *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec + ParentDiscreteValues *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec + ParentIntValues *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec + ScaleType string + Type string + func (s *GoogleCloudMlV1StudyConfigParameterSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec struct + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec struct + ForceSendFields []string + NullFields []string + Values []float64 + func (s *GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec struct + ForceSendFields []string + MaxValue float64 + MinValue float64 + NullFields []string + func (s *GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1StudyConfigParameterSpecDoubleValueSpec) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec struct + ForceSendFields []string + MaxValue int64 + MinValue int64 + NullFields []string + func (s *GoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec struct + ForceSendFields []string + NullFields []string + Values []string + func (s *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec struct + ForceSendFields []string + NullFields []string + Values []float64 + func (s *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec struct + ForceSendFields []string + NullFields []string + Values googleapi.Int64s + func (s *GoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1TrialParameter struct + FloatValue float64 + ForceSendFields []string + IntValue int64 + NullFields []string + Parameter string + StringValue string + func (s *GoogleCloudMlV1TrialParameter) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1TrialParameter) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1__AcceleratorConfig struct + Count int64 + ForceSendFields []string + NullFields []string + Type string + func (s *GoogleCloudMlV1__AcceleratorConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__AddTrialMeasurementRequest struct + ForceSendFields []string + Measurement *GoogleCloudMlV1__Measurement + NullFields []string + func (s *GoogleCloudMlV1__AddTrialMeasurementRequest) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__AutoScaling struct + ForceSendFields []string + MaxNodes int64 + Metrics []*GoogleCloudMlV1__MetricSpec + MinNodes int64 + NullFields []string + func (s *GoogleCloudMlV1__AutoScaling) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__AutomatedStoppingConfig struct + DecayCurveStoppingConfig *GoogleCloudMlV1AutomatedStoppingConfigDecayCurveAutomatedStoppingConfig + ForceSendFields []string + MedianAutomatedStoppingConfig *GoogleCloudMlV1AutomatedStoppingConfigMedianAutomatedStoppingConfig + NullFields []string + func (s *GoogleCloudMlV1__AutomatedStoppingConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__BuiltInAlgorithmOutput struct + ForceSendFields []string + Framework string + ModelPath string + NullFields []string + PythonVersion string + RuntimeVersion string + func (s *GoogleCloudMlV1__BuiltInAlgorithmOutput) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__CancelJobRequest struct + type GoogleCloudMlV1__Capability struct + AvailableAccelerators []string + ForceSendFields []string + NullFields []string + Type string + func (s *GoogleCloudMlV1__Capability) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__CheckTrialEarlyStoppingStateMetatdata struct + CreateTime string + ForceSendFields []string + NullFields []string + Study string + Trial string + func (s *GoogleCloudMlV1__CheckTrialEarlyStoppingStateMetatdata) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__CheckTrialEarlyStoppingStateRequest struct + type GoogleCloudMlV1__CheckTrialEarlyStoppingStateResponse struct + EndTime string + ForceSendFields []string + NullFields []string + ShouldStop bool + StartTime string + func (s *GoogleCloudMlV1__CheckTrialEarlyStoppingStateResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__CompleteTrialRequest struct + FinalMeasurement *GoogleCloudMlV1__Measurement + ForceSendFields []string + InfeasibleReason string + NullFields []string + TrialInfeasible bool + func (s *GoogleCloudMlV1__CompleteTrialRequest) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Config struct + ForceSendFields []string + NullFields []string + TpuServiceAccount string + func (s *GoogleCloudMlV1__Config) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ContainerPort struct + ContainerPort int64 + ForceSendFields []string + NullFields []string + func (s *GoogleCloudMlV1__ContainerPort) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ContainerSpec struct + Args []string + Command []string + Env []*GoogleCloudMlV1__EnvVar + ForceSendFields []string + Image string + NullFields []string + Ports []*GoogleCloudMlV1__ContainerPort + func (s *GoogleCloudMlV1__ContainerSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__DiskConfig struct + BootDiskSizeGb int64 + BootDiskType string + ForceSendFields []string + NullFields []string + func (s *GoogleCloudMlV1__DiskConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__EncryptionConfig struct + ForceSendFields []string + KmsKeyName string + NullFields []string + func (s *GoogleCloudMlV1__EncryptionConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__EnvVar struct + ForceSendFields []string + Name string + NullFields []string + Value string + func (s *GoogleCloudMlV1__EnvVar) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ExplainRequest struct + ForceSendFields []string + HttpBody *GoogleApi__HttpBody + NullFields []string + func (s *GoogleCloudMlV1__ExplainRequest) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ExplanationConfig struct + ForceSendFields []string + IntegratedGradientsAttribution *GoogleCloudMlV1__IntegratedGradientsAttribution + NullFields []string + SampledShapleyAttribution *GoogleCloudMlV1__SampledShapleyAttribution + XraiAttribution *GoogleCloudMlV1__XraiAttribution + func (s *GoogleCloudMlV1__ExplanationConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__GetConfigResponse struct + Config *GoogleCloudMlV1__Config + ForceSendFields []string + NullFields []string + ServiceAccount string + ServiceAccountProject int64 + func (s *GoogleCloudMlV1__GetConfigResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__HyperparameterOutput struct + AllMetrics []*GoogleCloudMlV1HyperparameterOutputHyperparameterMetric + BuiltInAlgorithmOutput *GoogleCloudMlV1__BuiltInAlgorithmOutput + EndTime string + FinalMetric *GoogleCloudMlV1HyperparameterOutputHyperparameterMetric + ForceSendFields []string + Hyperparameters map[string]string + IsTrialStoppedEarly bool + NullFields []string + StartTime string + State string + TrialId string + WebAccessUris map[string]string + func (s *GoogleCloudMlV1__HyperparameterOutput) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__HyperparameterSpec struct + Algorithm string + EnableTrialEarlyStopping bool + ForceSendFields []string + Goal string + HyperparameterMetricTag string + MaxFailedTrials int64 + MaxParallelTrials int64 + MaxTrials int64 + NullFields []string + Params []*GoogleCloudMlV1__ParameterSpec + ResumePreviousJobId string + func (s *GoogleCloudMlV1__HyperparameterSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__IntegratedGradientsAttribution struct + ForceSendFields []string + NullFields []string + NumIntegralSteps int64 + func (s *GoogleCloudMlV1__IntegratedGradientsAttribution) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Job struct + CreateTime string + EndTime string + ErrorMessage string + Etag string + ForceSendFields []string + JobId string + JobPosition int64 + Labels map[string]string + NullFields []string + PredictionInput *GoogleCloudMlV1__PredictionInput + PredictionOutput *GoogleCloudMlV1__PredictionOutput + StartTime string + State string + TrainingInput *GoogleCloudMlV1__TrainingInput + TrainingOutput *GoogleCloudMlV1__TrainingOutput + func (s *GoogleCloudMlV1__Job) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListJobsResponse struct + ForceSendFields []string + Jobs []*GoogleCloudMlV1__Job + NextPageToken string + NullFields []string + func (s *GoogleCloudMlV1__ListJobsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListLocationsResponse struct + ForceSendFields []string + Locations []*GoogleCloudMlV1__Location + NextPageToken string + NullFields []string + func (s *GoogleCloudMlV1__ListLocationsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListModelsResponse struct + ForceSendFields []string + Models []*GoogleCloudMlV1__Model + NextPageToken string + NullFields []string + func (s *GoogleCloudMlV1__ListModelsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListOptimalTrialsRequest struct + type GoogleCloudMlV1__ListOptimalTrialsResponse struct + ForceSendFields []string + NullFields []string + Trials []*GoogleCloudMlV1__Trial + func (s *GoogleCloudMlV1__ListOptimalTrialsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListStudiesResponse struct + ForceSendFields []string + NullFields []string + Studies []*GoogleCloudMlV1__Study + func (s *GoogleCloudMlV1__ListStudiesResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListTrialsResponse struct + ForceSendFields []string + NullFields []string + Trials []*GoogleCloudMlV1__Trial + func (s *GoogleCloudMlV1__ListTrialsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ListVersionsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Versions []*GoogleCloudMlV1__Version + func (s *GoogleCloudMlV1__ListVersionsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Location struct + Capabilities []*GoogleCloudMlV1__Capability + ForceSendFields []string + Name string + NullFields []string + func (s *GoogleCloudMlV1__Location) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ManualScaling struct + ForceSendFields []string + Nodes int64 + NullFields []string + func (s *GoogleCloudMlV1__ManualScaling) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Measurement struct + ElapsedTime string + ForceSendFields []string + Metrics []*GoogleCloudMlV1MeasurementMetric + NullFields []string + StepCount int64 + func (s *GoogleCloudMlV1__Measurement) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__MetricSpec struct + ForceSendFields []string + Name string + NullFields []string + Target int64 + func (s *GoogleCloudMlV1__MetricSpec) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Model struct + DefaultVersion *GoogleCloudMlV1__Version + Description string + Etag string + ForceSendFields []string + Labels map[string]string + Name string + NullFields []string + OnlinePredictionConsoleLogging bool + OnlinePredictionLogging bool + Regions []string + func (s *GoogleCloudMlV1__Model) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__OperationMetadata struct + CreateTime string + EndTime string + ForceSendFields []string + IsCancellationRequested bool + Labels map[string]string + ModelName string + NullFields []string + OperationType string + ProjectNumber int64 + StartTime string + Version *GoogleCloudMlV1__Version + func (s *GoogleCloudMlV1__OperationMetadata) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__ParameterSpec struct + CategoricalValues []string + DiscreteValues []float64 + ForceSendFields []string + MaxValue float64 + MinValue float64 + NullFields []string + ParameterName string + ScaleType string + Type string + func (s *GoogleCloudMlV1__ParameterSpec) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1__ParameterSpec) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1__PredictRequest struct + ForceSendFields []string + HttpBody *GoogleApi__HttpBody + NullFields []string + func (s *GoogleCloudMlV1__PredictRequest) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__PredictionInput struct + BatchSize int64 + DataFormat string + ForceSendFields []string + InputPaths []string + MaxWorkerCount int64 + ModelName string + NullFields []string + OutputDataFormat string + OutputPath string + Region string + RuntimeVersion string + SignatureName string + Uri string + VersionName string + func (s *GoogleCloudMlV1__PredictionInput) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__PredictionOutput struct + ErrorCount int64 + ForceSendFields []string + NodeHours float64 + NullFields []string + OutputPath string + PredictionCount int64 + func (s *GoogleCloudMlV1__PredictionOutput) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1__PredictionOutput) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1__ReplicaConfig struct + AcceleratorConfig *GoogleCloudMlV1__AcceleratorConfig + ContainerArgs []string + ContainerCommand []string + DiskConfig *GoogleCloudMlV1__DiskConfig + ForceSendFields []string + ImageUri string + NullFields []string + TpuTfVersion string + func (s *GoogleCloudMlV1__ReplicaConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__RequestLoggingConfig struct + BigqueryTableName string + ForceSendFields []string + NullFields []string + SamplingPercentage float64 + func (s *GoogleCloudMlV1__RequestLoggingConfig) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1__RequestLoggingConfig) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1__RouteMap struct + ForceSendFields []string + Health string + NullFields []string + Predict string + func (s *GoogleCloudMlV1__RouteMap) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__SampledShapleyAttribution struct + ForceSendFields []string + NullFields []string + NumPaths int64 + func (s *GoogleCloudMlV1__SampledShapleyAttribution) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Scheduling struct + ForceSendFields []string + MaxRunningTime string + MaxWaitTime string + NullFields []string + Priority int64 + func (s *GoogleCloudMlV1__Scheduling) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__SetDefaultVersionRequest struct + type GoogleCloudMlV1__StopTrialRequest struct + type GoogleCloudMlV1__Study struct + CreateTime string + ForceSendFields []string + InactiveReason string + Name string + NullFields []string + State string + StudyConfig *GoogleCloudMlV1__StudyConfig + func (s *GoogleCloudMlV1__Study) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__StudyConfig struct + Algorithm string + AutomatedStoppingConfig *GoogleCloudMlV1__AutomatedStoppingConfig + ForceSendFields []string + Metrics []*GoogleCloudMlV1StudyConfigMetricSpec + NullFields []string + Parameters []*GoogleCloudMlV1StudyConfigParameterSpec + func (s *GoogleCloudMlV1__StudyConfig) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__SuggestTrialsMetadata struct + ClientId string + CreateTime string + ForceSendFields []string + NullFields []string + Study string + SuggestionCount int64 + func (s *GoogleCloudMlV1__SuggestTrialsMetadata) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__SuggestTrialsRequest struct + ClientId string + ForceSendFields []string + NullFields []string + SuggestionCount int64 + func (s *GoogleCloudMlV1__SuggestTrialsRequest) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__SuggestTrialsResponse struct + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + StudyState string + Trials []*GoogleCloudMlV1__Trial + func (s *GoogleCloudMlV1__SuggestTrialsResponse) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__TrainingInput struct + Args []string + EnableWebAccess bool + EncryptionConfig *GoogleCloudMlV1__EncryptionConfig + EvaluatorConfig *GoogleCloudMlV1__ReplicaConfig + EvaluatorCount int64 + EvaluatorType string + ForceSendFields []string + Hyperparameters *GoogleCloudMlV1__HyperparameterSpec + JobDir string + MasterConfig *GoogleCloudMlV1__ReplicaConfig + MasterType string + Network string + NullFields []string + PackageUris []string + ParameterServerConfig *GoogleCloudMlV1__ReplicaConfig + ParameterServerCount int64 + ParameterServerType string + PythonModule string + PythonVersion string + Region string + RuntimeVersion string + ScaleTier string + Scheduling *GoogleCloudMlV1__Scheduling + ServiceAccount string + UseChiefInTfConfig bool + WorkerConfig *GoogleCloudMlV1__ReplicaConfig + WorkerCount int64 + WorkerType string + func (s *GoogleCloudMlV1__TrainingInput) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__TrainingOutput struct + BuiltInAlgorithmOutput *GoogleCloudMlV1__BuiltInAlgorithmOutput + CompletedTrialCount int64 + ConsumedMLUnits float64 + ForceSendFields []string + HyperparameterMetricTag string + IsBuiltInAlgorithmJob bool + IsHyperparameterTuningJob bool + NullFields []string + Trials []*GoogleCloudMlV1__HyperparameterOutput + WebAccessUris map[string]string + func (s *GoogleCloudMlV1__TrainingOutput) MarshalJSON() ([]byte, error) + func (s *GoogleCloudMlV1__TrainingOutput) UnmarshalJSON(data []byte) error + type GoogleCloudMlV1__Trial struct + ClientId string + EndTime string + FinalMeasurement *GoogleCloudMlV1__Measurement + ForceSendFields []string + InfeasibleReason string + Measurements []*GoogleCloudMlV1__Measurement + Name string + NullFields []string + Parameters []*GoogleCloudMlV1TrialParameter + StartTime string + State string + TrialInfeasible bool + func (s *GoogleCloudMlV1__Trial) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__Version struct + AcceleratorConfig *GoogleCloudMlV1__AcceleratorConfig + AutoScaling *GoogleCloudMlV1__AutoScaling + Container *GoogleCloudMlV1__ContainerSpec + CreateTime string + DeploymentUri string + Description string + ErrorMessage string + Etag string + ExplanationConfig *GoogleCloudMlV1__ExplanationConfig + ForceSendFields []string + Framework string + IsDefault bool + Labels map[string]string + LastMigrationModelId string + LastMigrationTime string + LastUseTime string + MachineType string + ManualScaling *GoogleCloudMlV1__ManualScaling + Name string + NullFields []string + PackageUris []string + PredictionClass string + PythonVersion string + RequestLoggingConfig *GoogleCloudMlV1__RequestLoggingConfig + Routes *GoogleCloudMlV1__RouteMap + RuntimeVersion string + ServiceAccount string + State string + func (s *GoogleCloudMlV1__Version) MarshalJSON() ([]byte, error) + type GoogleCloudMlV1__XraiAttribution struct + ForceSendFields []string + NullFields []string + NumIntegralSteps int64 + func (s *GoogleCloudMlV1__XraiAttribution) MarshalJSON() ([]byte, error) + type GoogleIamV1__AuditConfig struct + AuditLogConfigs []*GoogleIamV1__AuditLogConfig + ForceSendFields []string + NullFields []string + Service string + func (s *GoogleIamV1__AuditConfig) MarshalJSON() ([]byte, error) + type GoogleIamV1__AuditLogConfig struct + ExemptedMembers []string + ForceSendFields []string + LogType string + NullFields []string + func (s *GoogleIamV1__AuditLogConfig) MarshalJSON() ([]byte, error) + type GoogleIamV1__Binding struct + Condition *GoogleType__Expr + ForceSendFields []string + Members []string + NullFields []string + Role string + func (s *GoogleIamV1__Binding) MarshalJSON() ([]byte, error) + type GoogleIamV1__Policy struct + AuditConfigs []*GoogleIamV1__AuditConfig + Bindings []*GoogleIamV1__Binding + Etag string + ForceSendFields []string + NullFields []string + Version int64 + func (s *GoogleIamV1__Policy) MarshalJSON() ([]byte, error) + type GoogleIamV1__SetIamPolicyRequest struct + ForceSendFields []string + NullFields []string + Policy *GoogleIamV1__Policy + UpdateMask string + func (s *GoogleIamV1__SetIamPolicyRequest) MarshalJSON() ([]byte, error) + type GoogleIamV1__TestIamPermissionsRequest struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *GoogleIamV1__TestIamPermissionsRequest) MarshalJSON() ([]byte, error) + type GoogleIamV1__TestIamPermissionsResponse struct + ForceSendFields []string + NullFields []string + Permissions []string + func (s *GoogleIamV1__TestIamPermissionsResponse) MarshalJSON() ([]byte, error) + type GoogleLongrunning__ListOperationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Operations []*GoogleLongrunning__Operation + func (s *GoogleLongrunning__ListOperationsResponse) MarshalJSON() ([]byte, error) + type GoogleLongrunning__Operation struct + Done bool + Error *GoogleRpc__Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s *GoogleLongrunning__Operation) MarshalJSON() ([]byte, error) + type GoogleProtobuf__Empty struct + type GoogleRpc__Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s *GoogleRpc__Status) MarshalJSON() ([]byte, error) + type GoogleType__Expr struct + Description string + Expression string + ForceSendFields []string + Location string + NullFields []string + Title string + func (s *GoogleType__Expr) MarshalJSON() ([]byte, error) + type ProjectsExplainCall struct + func (c *ProjectsExplainCall) Context(ctx context.Context) *ProjectsExplainCall + func (c *ProjectsExplainCall) Do(opts ...googleapi.CallOption) (*GoogleApi__HttpBody, error) + func (c *ProjectsExplainCall) Fields(s ...googleapi.Field) *ProjectsExplainCall + func (c *ProjectsExplainCall) Header() http.Header + type ProjectsGetConfigCall struct + func (c *ProjectsGetConfigCall) Context(ctx context.Context) *ProjectsGetConfigCall + func (c *ProjectsGetConfigCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__GetConfigResponse, error) + func (c *ProjectsGetConfigCall) Fields(s ...googleapi.Field) *ProjectsGetConfigCall + func (c *ProjectsGetConfigCall) Header() http.Header + func (c *ProjectsGetConfigCall) IfNoneMatch(entityTag string) *ProjectsGetConfigCall + type ProjectsJobsCancelCall struct + func (c *ProjectsJobsCancelCall) Context(ctx context.Context) *ProjectsJobsCancelCall + func (c *ProjectsJobsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error) + func (c *ProjectsJobsCancelCall) Fields(s ...googleapi.Field) *ProjectsJobsCancelCall + func (c *ProjectsJobsCancelCall) Header() http.Header + type ProjectsJobsCreateCall struct + func (c *ProjectsJobsCreateCall) Context(ctx context.Context) *ProjectsJobsCreateCall + func (c *ProjectsJobsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Job, error) + func (c *ProjectsJobsCreateCall) Fields(s ...googleapi.Field) *ProjectsJobsCreateCall + func (c *ProjectsJobsCreateCall) Header() http.Header + type ProjectsJobsGetCall struct + func (c *ProjectsJobsGetCall) Context(ctx context.Context) *ProjectsJobsGetCall + func (c *ProjectsJobsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Job, error) + func (c *ProjectsJobsGetCall) Fields(s ...googleapi.Field) *ProjectsJobsGetCall + func (c *ProjectsJobsGetCall) Header() http.Header + func (c *ProjectsJobsGetCall) IfNoneMatch(entityTag string) *ProjectsJobsGetCall + type ProjectsJobsGetIamPolicyCall struct + func (c *ProjectsJobsGetIamPolicyCall) Context(ctx context.Context) *ProjectsJobsGetIamPolicyCall + func (c *ProjectsJobsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error) + func (c *ProjectsJobsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsJobsGetIamPolicyCall + func (c *ProjectsJobsGetIamPolicyCall) Header() http.Header + func (c *ProjectsJobsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsJobsGetIamPolicyCall + func (c *ProjectsJobsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsJobsGetIamPolicyCall + type ProjectsJobsListCall struct + func (c *ProjectsJobsListCall) Context(ctx context.Context) *ProjectsJobsListCall + func (c *ProjectsJobsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListJobsResponse, error) + func (c *ProjectsJobsListCall) Fields(s ...googleapi.Field) *ProjectsJobsListCall + func (c *ProjectsJobsListCall) Filter(filter string) *ProjectsJobsListCall + func (c *ProjectsJobsListCall) Header() http.Header + func (c *ProjectsJobsListCall) IfNoneMatch(entityTag string) *ProjectsJobsListCall + func (c *ProjectsJobsListCall) PageSize(pageSize int64) *ProjectsJobsListCall + func (c *ProjectsJobsListCall) PageToken(pageToken string) *ProjectsJobsListCall + func (c *ProjectsJobsListCall) Pages(ctx context.Context, f func(*GoogleCloudMlV1__ListJobsResponse) error) error + type ProjectsJobsPatchCall struct + func (c *ProjectsJobsPatchCall) Context(ctx context.Context) *ProjectsJobsPatchCall + func (c *ProjectsJobsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Job, error) + func (c *ProjectsJobsPatchCall) Fields(s ...googleapi.Field) *ProjectsJobsPatchCall + func (c *ProjectsJobsPatchCall) Header() http.Header + func (c *ProjectsJobsPatchCall) UpdateMask(updateMask string) *ProjectsJobsPatchCall + type ProjectsJobsService struct + func NewProjectsJobsService(s *Service) *ProjectsJobsService + func (r *ProjectsJobsService) Cancel(name string, ...) *ProjectsJobsCancelCall + func (r *ProjectsJobsService) Create(parent string, googlecloudmlv1__job *GoogleCloudMlV1__Job) *ProjectsJobsCreateCall + func (r *ProjectsJobsService) Get(name string) *ProjectsJobsGetCall + func (r *ProjectsJobsService) GetIamPolicy(resource string) *ProjectsJobsGetIamPolicyCall + func (r *ProjectsJobsService) List(parent string) *ProjectsJobsListCall + func (r *ProjectsJobsService) Patch(name string, googlecloudmlv1__job *GoogleCloudMlV1__Job) *ProjectsJobsPatchCall + func (r *ProjectsJobsService) SetIamPolicy(resource string, ...) *ProjectsJobsSetIamPolicyCall + func (r *ProjectsJobsService) TestIamPermissions(resource string, ...) *ProjectsJobsTestIamPermissionsCall + type ProjectsJobsSetIamPolicyCall struct + func (c *ProjectsJobsSetIamPolicyCall) Context(ctx context.Context) *ProjectsJobsSetIamPolicyCall + func (c *ProjectsJobsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error) + func (c *ProjectsJobsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsJobsSetIamPolicyCall + func (c *ProjectsJobsSetIamPolicyCall) Header() http.Header + type ProjectsJobsTestIamPermissionsCall struct + func (c *ProjectsJobsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsJobsTestIamPermissionsCall + func (c *ProjectsJobsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__TestIamPermissionsResponse, error) + func (c *ProjectsJobsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsJobsTestIamPermissionsCall + func (c *ProjectsJobsTestIamPermissionsCall) Header() http.Header + type ProjectsLocationsGetCall struct + func (c *ProjectsLocationsGetCall) Context(ctx context.Context) *ProjectsLocationsGetCall + func (c *ProjectsLocationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Location, error) + func (c *ProjectsLocationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGetCall + func (c *ProjectsLocationsGetCall) Header() http.Header + func (c *ProjectsLocationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGetCall + type ProjectsLocationsListCall struct + func (c *ProjectsLocationsListCall) Context(ctx context.Context) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListLocationsResponse, error) + func (c *ProjectsLocationsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Header() http.Header + func (c *ProjectsLocationsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageSize(pageSize int64) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) PageToken(pageToken string) *ProjectsLocationsListCall + func (c *ProjectsLocationsListCall) Pages(ctx context.Context, f func(*GoogleCloudMlV1__ListLocationsResponse) error) error + type ProjectsLocationsOperationsCancelCall struct + func (c *ProjectsLocationsOperationsCancelCall) Context(ctx context.Context) *ProjectsLocationsOperationsCancelCall + func (c *ProjectsLocationsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error) + func (c *ProjectsLocationsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsCancelCall + func (c *ProjectsLocationsOperationsCancelCall) Header() http.Header + type ProjectsLocationsOperationsGetCall struct + func (c *ProjectsLocationsOperationsGetCall) Context(ctx context.Context) *ProjectsLocationsOperationsGetCall + func (c *ProjectsLocationsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsLocationsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsOperationsGetCall + func (c *ProjectsLocationsOperationsGetCall) Header() http.Header + func (c *ProjectsLocationsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsOperationsGetCall + type ProjectsLocationsOperationsService struct + func NewProjectsLocationsOperationsService(s *Service) *ProjectsLocationsOperationsService + func (r *ProjectsLocationsOperationsService) Cancel(name string) *ProjectsLocationsOperationsCancelCall + func (r *ProjectsLocationsOperationsService) Get(name string) *ProjectsLocationsOperationsGetCall + type ProjectsLocationsService struct + Operations *ProjectsLocationsOperationsService + Studies *ProjectsLocationsStudiesService + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + func (r *ProjectsLocationsService) Get(name string) *ProjectsLocationsGetCall + func (r *ProjectsLocationsService) List(parent string) *ProjectsLocationsListCall + type ProjectsLocationsStudiesCreateCall struct + func (c *ProjectsLocationsStudiesCreateCall) Context(ctx context.Context) *ProjectsLocationsStudiesCreateCall + func (c *ProjectsLocationsStudiesCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Study, error) + func (c *ProjectsLocationsStudiesCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesCreateCall + func (c *ProjectsLocationsStudiesCreateCall) Header() http.Header + func (c *ProjectsLocationsStudiesCreateCall) StudyId(studyId string) *ProjectsLocationsStudiesCreateCall + type ProjectsLocationsStudiesDeleteCall struct + func (c *ProjectsLocationsStudiesDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesDeleteCall + func (c *ProjectsLocationsStudiesDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error) + func (c *ProjectsLocationsStudiesDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesDeleteCall + func (c *ProjectsLocationsStudiesDeleteCall) Header() http.Header + type ProjectsLocationsStudiesGetCall struct + func (c *ProjectsLocationsStudiesGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesGetCall + func (c *ProjectsLocationsStudiesGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Study, error) + func (c *ProjectsLocationsStudiesGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesGetCall + func (c *ProjectsLocationsStudiesGetCall) Header() http.Header + func (c *ProjectsLocationsStudiesGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesGetCall + type ProjectsLocationsStudiesListCall struct + func (c *ProjectsLocationsStudiesListCall) Context(ctx context.Context) *ProjectsLocationsStudiesListCall + func (c *ProjectsLocationsStudiesListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListStudiesResponse, error) + func (c *ProjectsLocationsStudiesListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesListCall + func (c *ProjectsLocationsStudiesListCall) Header() http.Header + func (c *ProjectsLocationsStudiesListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesListCall + type ProjectsLocationsStudiesService struct + Trials *ProjectsLocationsStudiesTrialsService + func NewProjectsLocationsStudiesService(s *Service) *ProjectsLocationsStudiesService + func (r *ProjectsLocationsStudiesService) Create(parent string, googlecloudmlv1__study *GoogleCloudMlV1__Study) *ProjectsLocationsStudiesCreateCall + func (r *ProjectsLocationsStudiesService) Delete(name string) *ProjectsLocationsStudiesDeleteCall + func (r *ProjectsLocationsStudiesService) Get(name string) *ProjectsLocationsStudiesGetCall + func (r *ProjectsLocationsStudiesService) List(parent string) *ProjectsLocationsStudiesListCall + type ProjectsLocationsStudiesTrialsAddMeasurementCall struct + func (c *ProjectsLocationsStudiesTrialsAddMeasurementCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsAddMeasurementCall + func (c *ProjectsLocationsStudiesTrialsAddMeasurementCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Trial, error) + func (c *ProjectsLocationsStudiesTrialsAddMeasurementCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsAddMeasurementCall + func (c *ProjectsLocationsStudiesTrialsAddMeasurementCall) Header() http.Header + type ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall struct + func (c *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall + func (c *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall + func (c *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall) Header() http.Header + type ProjectsLocationsStudiesTrialsCompleteCall struct + func (c *ProjectsLocationsStudiesTrialsCompleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCompleteCall + func (c *ProjectsLocationsStudiesTrialsCompleteCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Trial, error) + func (c *ProjectsLocationsStudiesTrialsCompleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCompleteCall + func (c *ProjectsLocationsStudiesTrialsCompleteCall) Header() http.Header + type ProjectsLocationsStudiesTrialsCreateCall struct + func (c *ProjectsLocationsStudiesTrialsCreateCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsCreateCall + func (c *ProjectsLocationsStudiesTrialsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Trial, error) + func (c *ProjectsLocationsStudiesTrialsCreateCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsCreateCall + func (c *ProjectsLocationsStudiesTrialsCreateCall) Header() http.Header + type ProjectsLocationsStudiesTrialsDeleteCall struct + func (c *ProjectsLocationsStudiesTrialsDeleteCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsDeleteCall + func (c *ProjectsLocationsStudiesTrialsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error) + func (c *ProjectsLocationsStudiesTrialsDeleteCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsDeleteCall + func (c *ProjectsLocationsStudiesTrialsDeleteCall) Header() http.Header + type ProjectsLocationsStudiesTrialsGetCall struct + func (c *ProjectsLocationsStudiesTrialsGetCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsGetCall + func (c *ProjectsLocationsStudiesTrialsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Trial, error) + func (c *ProjectsLocationsStudiesTrialsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsGetCall + func (c *ProjectsLocationsStudiesTrialsGetCall) Header() http.Header + func (c *ProjectsLocationsStudiesTrialsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsGetCall + type ProjectsLocationsStudiesTrialsListCall struct + func (c *ProjectsLocationsStudiesTrialsListCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsListCall + func (c *ProjectsLocationsStudiesTrialsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListTrialsResponse, error) + func (c *ProjectsLocationsStudiesTrialsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsListCall + func (c *ProjectsLocationsStudiesTrialsListCall) Header() http.Header + func (c *ProjectsLocationsStudiesTrialsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsStudiesTrialsListCall + type ProjectsLocationsStudiesTrialsListOptimalTrialsCall struct + func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall + func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListOptimalTrialsResponse, error) + func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall + func (c *ProjectsLocationsStudiesTrialsListOptimalTrialsCall) Header() http.Header + type ProjectsLocationsStudiesTrialsService struct + func NewProjectsLocationsStudiesTrialsService(s *Service) *ProjectsLocationsStudiesTrialsService + func (r *ProjectsLocationsStudiesTrialsService) AddMeasurement(name string, ...) *ProjectsLocationsStudiesTrialsAddMeasurementCall + func (r *ProjectsLocationsStudiesTrialsService) CheckEarlyStoppingState(name string, ...) *ProjectsLocationsStudiesTrialsCheckEarlyStoppingStateCall + func (r *ProjectsLocationsStudiesTrialsService) Complete(name string, ...) *ProjectsLocationsStudiesTrialsCompleteCall + func (r *ProjectsLocationsStudiesTrialsService) Create(parent string, googlecloudmlv1__trial *GoogleCloudMlV1__Trial) *ProjectsLocationsStudiesTrialsCreateCall + func (r *ProjectsLocationsStudiesTrialsService) Delete(name string) *ProjectsLocationsStudiesTrialsDeleteCall + func (r *ProjectsLocationsStudiesTrialsService) Get(name string) *ProjectsLocationsStudiesTrialsGetCall + func (r *ProjectsLocationsStudiesTrialsService) List(parent string) *ProjectsLocationsStudiesTrialsListCall + func (r *ProjectsLocationsStudiesTrialsService) ListOptimalTrials(parent string, ...) *ProjectsLocationsStudiesTrialsListOptimalTrialsCall + func (r *ProjectsLocationsStudiesTrialsService) Stop(name string, ...) *ProjectsLocationsStudiesTrialsStopCall + func (r *ProjectsLocationsStudiesTrialsService) Suggest(parent string, ...) *ProjectsLocationsStudiesTrialsSuggestCall + type ProjectsLocationsStudiesTrialsStopCall struct + func (c *ProjectsLocationsStudiesTrialsStopCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsStopCall + func (c *ProjectsLocationsStudiesTrialsStopCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Trial, error) + func (c *ProjectsLocationsStudiesTrialsStopCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsStopCall + func (c *ProjectsLocationsStudiesTrialsStopCall) Header() http.Header + type ProjectsLocationsStudiesTrialsSuggestCall struct + func (c *ProjectsLocationsStudiesTrialsSuggestCall) Context(ctx context.Context) *ProjectsLocationsStudiesTrialsSuggestCall + func (c *ProjectsLocationsStudiesTrialsSuggestCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsLocationsStudiesTrialsSuggestCall) Fields(s ...googleapi.Field) *ProjectsLocationsStudiesTrialsSuggestCall + func (c *ProjectsLocationsStudiesTrialsSuggestCall) Header() http.Header + type ProjectsModelsCreateCall struct + func (c *ProjectsModelsCreateCall) Context(ctx context.Context) *ProjectsModelsCreateCall + func (c *ProjectsModelsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Model, error) + func (c *ProjectsModelsCreateCall) Fields(s ...googleapi.Field) *ProjectsModelsCreateCall + func (c *ProjectsModelsCreateCall) Header() http.Header + type ProjectsModelsDeleteCall struct + func (c *ProjectsModelsDeleteCall) Context(ctx context.Context) *ProjectsModelsDeleteCall + func (c *ProjectsModelsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsModelsDeleteCall) Fields(s ...googleapi.Field) *ProjectsModelsDeleteCall + func (c *ProjectsModelsDeleteCall) Header() http.Header + type ProjectsModelsGetCall struct + func (c *ProjectsModelsGetCall) Context(ctx context.Context) *ProjectsModelsGetCall + func (c *ProjectsModelsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Model, error) + func (c *ProjectsModelsGetCall) Fields(s ...googleapi.Field) *ProjectsModelsGetCall + func (c *ProjectsModelsGetCall) Header() http.Header + func (c *ProjectsModelsGetCall) IfNoneMatch(entityTag string) *ProjectsModelsGetCall + type ProjectsModelsGetIamPolicyCall struct + func (c *ProjectsModelsGetIamPolicyCall) Context(ctx context.Context) *ProjectsModelsGetIamPolicyCall + func (c *ProjectsModelsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error) + func (c *ProjectsModelsGetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsModelsGetIamPolicyCall + func (c *ProjectsModelsGetIamPolicyCall) Header() http.Header + func (c *ProjectsModelsGetIamPolicyCall) IfNoneMatch(entityTag string) *ProjectsModelsGetIamPolicyCall + func (c *ProjectsModelsGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *ProjectsModelsGetIamPolicyCall + type ProjectsModelsListCall struct + func (c *ProjectsModelsListCall) Context(ctx context.Context) *ProjectsModelsListCall + func (c *ProjectsModelsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListModelsResponse, error) + func (c *ProjectsModelsListCall) Fields(s ...googleapi.Field) *ProjectsModelsListCall + func (c *ProjectsModelsListCall) Filter(filter string) *ProjectsModelsListCall + func (c *ProjectsModelsListCall) Header() http.Header + func (c *ProjectsModelsListCall) IfNoneMatch(entityTag string) *ProjectsModelsListCall + func (c *ProjectsModelsListCall) PageSize(pageSize int64) *ProjectsModelsListCall + func (c *ProjectsModelsListCall) PageToken(pageToken string) *ProjectsModelsListCall + func (c *ProjectsModelsListCall) Pages(ctx context.Context, f func(*GoogleCloudMlV1__ListModelsResponse) error) error + type ProjectsModelsPatchCall struct + func (c *ProjectsModelsPatchCall) Context(ctx context.Context) *ProjectsModelsPatchCall + func (c *ProjectsModelsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsModelsPatchCall) Fields(s ...googleapi.Field) *ProjectsModelsPatchCall + func (c *ProjectsModelsPatchCall) Header() http.Header + func (c *ProjectsModelsPatchCall) UpdateMask(updateMask string) *ProjectsModelsPatchCall + type ProjectsModelsService struct + Versions *ProjectsModelsVersionsService + func NewProjectsModelsService(s *Service) *ProjectsModelsService + func (r *ProjectsModelsService) Create(parent string, googlecloudmlv1__model *GoogleCloudMlV1__Model) *ProjectsModelsCreateCall + func (r *ProjectsModelsService) Delete(name string) *ProjectsModelsDeleteCall + func (r *ProjectsModelsService) Get(name string) *ProjectsModelsGetCall + func (r *ProjectsModelsService) GetIamPolicy(resource string) *ProjectsModelsGetIamPolicyCall + func (r *ProjectsModelsService) List(parent string) *ProjectsModelsListCall + func (r *ProjectsModelsService) Patch(name string, googlecloudmlv1__model *GoogleCloudMlV1__Model) *ProjectsModelsPatchCall + func (r *ProjectsModelsService) SetIamPolicy(resource string, ...) *ProjectsModelsSetIamPolicyCall + func (r *ProjectsModelsService) TestIamPermissions(resource string, ...) *ProjectsModelsTestIamPermissionsCall + type ProjectsModelsSetIamPolicyCall struct + func (c *ProjectsModelsSetIamPolicyCall) Context(ctx context.Context) *ProjectsModelsSetIamPolicyCall + func (c *ProjectsModelsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__Policy, error) + func (c *ProjectsModelsSetIamPolicyCall) Fields(s ...googleapi.Field) *ProjectsModelsSetIamPolicyCall + func (c *ProjectsModelsSetIamPolicyCall) Header() http.Header + type ProjectsModelsTestIamPermissionsCall struct + func (c *ProjectsModelsTestIamPermissionsCall) Context(ctx context.Context) *ProjectsModelsTestIamPermissionsCall + func (c *ProjectsModelsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*GoogleIamV1__TestIamPermissionsResponse, error) + func (c *ProjectsModelsTestIamPermissionsCall) Fields(s ...googleapi.Field) *ProjectsModelsTestIamPermissionsCall + func (c *ProjectsModelsTestIamPermissionsCall) Header() http.Header + type ProjectsModelsVersionsCreateCall struct + func (c *ProjectsModelsVersionsCreateCall) Context(ctx context.Context) *ProjectsModelsVersionsCreateCall + func (c *ProjectsModelsVersionsCreateCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsModelsVersionsCreateCall) Fields(s ...googleapi.Field) *ProjectsModelsVersionsCreateCall + func (c *ProjectsModelsVersionsCreateCall) Header() http.Header + type ProjectsModelsVersionsDeleteCall struct + func (c *ProjectsModelsVersionsDeleteCall) Context(ctx context.Context) *ProjectsModelsVersionsDeleteCall + func (c *ProjectsModelsVersionsDeleteCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsModelsVersionsDeleteCall) Fields(s ...googleapi.Field) *ProjectsModelsVersionsDeleteCall + func (c *ProjectsModelsVersionsDeleteCall) Header() http.Header + type ProjectsModelsVersionsGetCall struct + func (c *ProjectsModelsVersionsGetCall) Context(ctx context.Context) *ProjectsModelsVersionsGetCall + func (c *ProjectsModelsVersionsGetCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Version, error) + func (c *ProjectsModelsVersionsGetCall) Fields(s ...googleapi.Field) *ProjectsModelsVersionsGetCall + func (c *ProjectsModelsVersionsGetCall) Header() http.Header + func (c *ProjectsModelsVersionsGetCall) IfNoneMatch(entityTag string) *ProjectsModelsVersionsGetCall + type ProjectsModelsVersionsListCall struct + func (c *ProjectsModelsVersionsListCall) Context(ctx context.Context) *ProjectsModelsVersionsListCall + func (c *ProjectsModelsVersionsListCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__ListVersionsResponse, error) + func (c *ProjectsModelsVersionsListCall) Fields(s ...googleapi.Field) *ProjectsModelsVersionsListCall + func (c *ProjectsModelsVersionsListCall) Filter(filter string) *ProjectsModelsVersionsListCall + func (c *ProjectsModelsVersionsListCall) Header() http.Header + func (c *ProjectsModelsVersionsListCall) IfNoneMatch(entityTag string) *ProjectsModelsVersionsListCall + func (c *ProjectsModelsVersionsListCall) PageSize(pageSize int64) *ProjectsModelsVersionsListCall + func (c *ProjectsModelsVersionsListCall) PageToken(pageToken string) *ProjectsModelsVersionsListCall + func (c *ProjectsModelsVersionsListCall) Pages(ctx context.Context, f func(*GoogleCloudMlV1__ListVersionsResponse) error) error + type ProjectsModelsVersionsPatchCall struct + func (c *ProjectsModelsVersionsPatchCall) Context(ctx context.Context) *ProjectsModelsVersionsPatchCall + func (c *ProjectsModelsVersionsPatchCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsModelsVersionsPatchCall) Fields(s ...googleapi.Field) *ProjectsModelsVersionsPatchCall + func (c *ProjectsModelsVersionsPatchCall) Header() http.Header + func (c *ProjectsModelsVersionsPatchCall) UpdateMask(updateMask string) *ProjectsModelsVersionsPatchCall + type ProjectsModelsVersionsService struct + func NewProjectsModelsVersionsService(s *Service) *ProjectsModelsVersionsService + func (r *ProjectsModelsVersionsService) Create(parent string, googlecloudmlv1__version *GoogleCloudMlV1__Version) *ProjectsModelsVersionsCreateCall + func (r *ProjectsModelsVersionsService) Delete(name string) *ProjectsModelsVersionsDeleteCall + func (r *ProjectsModelsVersionsService) Get(name string) *ProjectsModelsVersionsGetCall + func (r *ProjectsModelsVersionsService) List(parent string) *ProjectsModelsVersionsListCall + func (r *ProjectsModelsVersionsService) Patch(name string, googlecloudmlv1__version *GoogleCloudMlV1__Version) *ProjectsModelsVersionsPatchCall + func (r *ProjectsModelsVersionsService) SetDefault(name string, ...) *ProjectsModelsVersionsSetDefaultCall + type ProjectsModelsVersionsSetDefaultCall struct + func (c *ProjectsModelsVersionsSetDefaultCall) Context(ctx context.Context) *ProjectsModelsVersionsSetDefaultCall + func (c *ProjectsModelsVersionsSetDefaultCall) Do(opts ...googleapi.CallOption) (*GoogleCloudMlV1__Version, error) + func (c *ProjectsModelsVersionsSetDefaultCall) Fields(s ...googleapi.Field) *ProjectsModelsVersionsSetDefaultCall + func (c *ProjectsModelsVersionsSetDefaultCall) Header() http.Header + type ProjectsOperationsCancelCall struct + func (c *ProjectsOperationsCancelCall) Context(ctx context.Context) *ProjectsOperationsCancelCall + func (c *ProjectsOperationsCancelCall) Do(opts ...googleapi.CallOption) (*GoogleProtobuf__Empty, error) + func (c *ProjectsOperationsCancelCall) Fields(s ...googleapi.Field) *ProjectsOperationsCancelCall + func (c *ProjectsOperationsCancelCall) Header() http.Header + type ProjectsOperationsGetCall struct + func (c *ProjectsOperationsGetCall) Context(ctx context.Context) *ProjectsOperationsGetCall + func (c *ProjectsOperationsGetCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__Operation, error) + func (c *ProjectsOperationsGetCall) Fields(s ...googleapi.Field) *ProjectsOperationsGetCall + func (c *ProjectsOperationsGetCall) Header() http.Header + func (c *ProjectsOperationsGetCall) IfNoneMatch(entityTag string) *ProjectsOperationsGetCall + type ProjectsOperationsListCall struct + func (c *ProjectsOperationsListCall) Context(ctx context.Context) *ProjectsOperationsListCall + func (c *ProjectsOperationsListCall) Do(opts ...googleapi.CallOption) (*GoogleLongrunning__ListOperationsResponse, error) + func (c *ProjectsOperationsListCall) Fields(s ...googleapi.Field) *ProjectsOperationsListCall + func (c *ProjectsOperationsListCall) Filter(filter string) *ProjectsOperationsListCall + func (c *ProjectsOperationsListCall) Header() http.Header + func (c *ProjectsOperationsListCall) IfNoneMatch(entityTag string) *ProjectsOperationsListCall + func (c *ProjectsOperationsListCall) PageSize(pageSize int64) *ProjectsOperationsListCall + func (c *ProjectsOperationsListCall) PageToken(pageToken string) *ProjectsOperationsListCall + func (c *ProjectsOperationsListCall) Pages(ctx context.Context, f func(*GoogleLongrunning__ListOperationsResponse) error) error + type ProjectsOperationsService struct + func NewProjectsOperationsService(s *Service) *ProjectsOperationsService + func (r *ProjectsOperationsService) Cancel(name string) *ProjectsOperationsCancelCall + func (r *ProjectsOperationsService) Get(name string) *ProjectsOperationsGetCall + func (r *ProjectsOperationsService) List(name string) *ProjectsOperationsListCall + type ProjectsPredictCall struct + func (c *ProjectsPredictCall) Context(ctx context.Context) *ProjectsPredictCall + func (c *ProjectsPredictCall) Do(opts ...googleapi.CallOption) (*GoogleApi__HttpBody, error) + func (c *ProjectsPredictCall) Fields(s ...googleapi.Field) *ProjectsPredictCall + func (c *ProjectsPredictCall) Header() http.Header + type ProjectsService struct + Jobs *ProjectsJobsService + Locations *ProjectsLocationsService + Models *ProjectsModelsService + Operations *ProjectsOperationsService + func NewProjectsService(s *Service) *ProjectsService + func (r *ProjectsService) Explain(name string, googlecloudmlv1__explainrequest *GoogleCloudMlV1__ExplainRequest) *ProjectsExplainCall + func (r *ProjectsService) GetConfig(name string) *ProjectsGetConfigCall + func (r *ProjectsService) Predict(name string, googlecloudmlv1__predictrequest *GoogleCloudMlV1__PredictRequest) *ProjectsPredictCall + type Service struct + BasePath string + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)