Package com.google.cloud.aiplatform.v1beta1.stub (3.16.0)

Classes

DatasetServiceStub

Base stub class for the DatasetService service API.

This class is for advanced usage and reflects the underlying API directly.

DatasetServiceStubSettings

Settings class to configure an instance of DatasetServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getDataset to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 DatasetServiceStubSettings.Builder datasetServiceSettingsBuilder =
     DatasetServiceStubSettings.newBuilder();
 datasetServiceSettingsBuilder
     .getDatasetSettings()
     .setRetrySettings(
         datasetServiceSettingsBuilder
             .getDatasetSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DatasetServiceStubSettings datasetServiceSettings = datasetServiceSettingsBuilder.build();
 

DatasetServiceStubSettings.Builder

Builder for DatasetServiceStubSettings.

DeploymentResourcePoolServiceStub

Base stub class for the DeploymentResourcePoolService service API.

This class is for advanced usage and reflects the underlying API directly.

DeploymentResourcePoolServiceStubSettings

Settings class to configure an instance of DeploymentResourcePoolServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getDeploymentResourcePool to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 DeploymentResourcePoolServiceStubSettings.Builder deploymentResourcePoolServiceSettingsBuilder =
     DeploymentResourcePoolServiceStubSettings.newBuilder();
 deploymentResourcePoolServiceSettingsBuilder
     .getDeploymentResourcePoolSettings()
     .setRetrySettings(
         deploymentResourcePoolServiceSettingsBuilder
             .getDeploymentResourcePoolSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DeploymentResourcePoolServiceStubSettings deploymentResourcePoolServiceSettings =
     deploymentResourcePoolServiceSettingsBuilder.build();
 

DeploymentResourcePoolServiceStubSettings.Builder

Builder for DeploymentResourcePoolServiceStubSettings.

EndpointServiceStub

Base stub class for the EndpointService service API.

This class is for advanced usage and reflects the underlying API directly.

EndpointServiceStubSettings

Settings class to configure an instance of EndpointServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getEndpoint to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 EndpointServiceStubSettings.Builder endpointServiceSettingsBuilder =
     EndpointServiceStubSettings.newBuilder();
 endpointServiceSettingsBuilder
     .getEndpointSettings()
     .setRetrySettings(
         endpointServiceSettingsBuilder
             .getEndpointSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 EndpointServiceStubSettings endpointServiceSettings = endpointServiceSettingsBuilder.build();
 

EndpointServiceStubSettings.Builder

Builder for EndpointServiceStubSettings.

FeaturestoreOnlineServingServiceStub

Base stub class for the FeaturestoreOnlineServingService service API.

This class is for advanced usage and reflects the underlying API directly.

FeaturestoreOnlineServingServiceStubSettings

Settings class to configure an instance of FeaturestoreOnlineServingServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of readFeatureValues to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 FeaturestoreOnlineServingServiceStubSettings.Builder
     featurestoreOnlineServingServiceSettingsBuilder =
         FeaturestoreOnlineServingServiceStubSettings.newBuilder();
 featurestoreOnlineServingServiceSettingsBuilder
     .readFeatureValuesSettings()
     .setRetrySettings(
         featurestoreOnlineServingServiceSettingsBuilder
             .readFeatureValuesSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 FeaturestoreOnlineServingServiceStubSettings featurestoreOnlineServingServiceSettings =
     featurestoreOnlineServingServiceSettingsBuilder.build();
 

FeaturestoreOnlineServingServiceStubSettings.Builder

Builder for FeaturestoreOnlineServingServiceStubSettings.

FeaturestoreServiceStub

Base stub class for the FeaturestoreService service API.

This class is for advanced usage and reflects the underlying API directly.

FeaturestoreServiceStubSettings

Settings class to configure an instance of FeaturestoreServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getFeaturestore to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 FeaturestoreServiceStubSettings.Builder featurestoreServiceSettingsBuilder =
     FeaturestoreServiceStubSettings.newBuilder();
 featurestoreServiceSettingsBuilder
     .getFeaturestoreSettings()
     .setRetrySettings(
         featurestoreServiceSettingsBuilder
             .getFeaturestoreSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 FeaturestoreServiceStubSettings featurestoreServiceSettings =
     featurestoreServiceSettingsBuilder.build();
 

FeaturestoreServiceStubSettings.Builder

Builder for FeaturestoreServiceStubSettings.

GrpcDatasetServiceCallableFactory

gRPC callable factory implementation for the DatasetService service API.

This class is for advanced usage.

GrpcDatasetServiceStub

gRPC stub implementation for the DatasetService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcDeploymentResourcePoolServiceCallableFactory

gRPC callable factory implementation for the DeploymentResourcePoolService service API.

This class is for advanced usage.

GrpcDeploymentResourcePoolServiceStub

gRPC stub implementation for the DeploymentResourcePoolService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcEndpointServiceCallableFactory

gRPC callable factory implementation for the EndpointService service API.

This class is for advanced usage.

GrpcEndpointServiceStub

gRPC stub implementation for the EndpointService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcFeaturestoreOnlineServingServiceCallableFactory

gRPC callable factory implementation for the FeaturestoreOnlineServingService service API.

This class is for advanced usage.

GrpcFeaturestoreOnlineServingServiceStub

gRPC stub implementation for the FeaturestoreOnlineServingService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcFeaturestoreServiceCallableFactory

gRPC callable factory implementation for the FeaturestoreService service API.

This class is for advanced usage.

GrpcFeaturestoreServiceStub

gRPC stub implementation for the FeaturestoreService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcIndexEndpointServiceCallableFactory

gRPC callable factory implementation for the IndexEndpointService service API.

This class is for advanced usage.

GrpcIndexEndpointServiceStub

gRPC stub implementation for the IndexEndpointService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcIndexServiceCallableFactory

gRPC callable factory implementation for the IndexService service API.

This class is for advanced usage.

GrpcIndexServiceStub

gRPC stub implementation for the IndexService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcJobServiceCallableFactory

gRPC callable factory implementation for the JobService service API.

This class is for advanced usage.

GrpcJobServiceStub

gRPC stub implementation for the JobService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcMatchServiceCallableFactory

gRPC callable factory implementation for the MatchService service API.

This class is for advanced usage.

GrpcMatchServiceStub

gRPC stub implementation for the MatchService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcMetadataServiceCallableFactory

gRPC callable factory implementation for the MetadataService service API.

This class is for advanced usage.

GrpcMetadataServiceStub

gRPC stub implementation for the MetadataService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcMigrationServiceCallableFactory

gRPC callable factory implementation for the MigrationService service API.

This class is for advanced usage.

GrpcMigrationServiceStub

gRPC stub implementation for the MigrationService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcModelServiceCallableFactory

gRPC callable factory implementation for the ModelService service API.

This class is for advanced usage.

GrpcModelServiceStub

gRPC stub implementation for the ModelService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcPipelineServiceCallableFactory

gRPC callable factory implementation for the PipelineService service API.

This class is for advanced usage.

GrpcPipelineServiceStub

gRPC stub implementation for the PipelineService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcPredictionServiceCallableFactory

gRPC callable factory implementation for the PredictionService service API.

This class is for advanced usage.

GrpcPredictionServiceStub

gRPC stub implementation for the PredictionService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcScheduleServiceCallableFactory

gRPC callable factory implementation for the ScheduleService service API.

This class is for advanced usage.

GrpcScheduleServiceStub

gRPC stub implementation for the ScheduleService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcSpecialistPoolServiceCallableFactory

gRPC callable factory implementation for the SpecialistPoolService service API.

This class is for advanced usage.

GrpcSpecialistPoolServiceStub

gRPC stub implementation for the SpecialistPoolService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcTensorboardServiceCallableFactory

gRPC callable factory implementation for the TensorboardService service API.

This class is for advanced usage.

GrpcTensorboardServiceStub

gRPC stub implementation for the TensorboardService service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcVizierServiceCallableFactory

gRPC callable factory implementation for the VizierService service API.

This class is for advanced usage.

GrpcVizierServiceStub

gRPC stub implementation for the VizierService service API.

This class is for advanced usage and reflects the underlying API directly.

IndexEndpointServiceStub

Base stub class for the IndexEndpointService service API.

This class is for advanced usage and reflects the underlying API directly.

IndexEndpointServiceStubSettings

Settings class to configure an instance of IndexEndpointServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getIndexEndpoint to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 IndexEndpointServiceStubSettings.Builder indexEndpointServiceSettingsBuilder =
     IndexEndpointServiceStubSettings.newBuilder();
 indexEndpointServiceSettingsBuilder
     .getIndexEndpointSettings()
     .setRetrySettings(
         indexEndpointServiceSettingsBuilder
             .getIndexEndpointSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 IndexEndpointServiceStubSettings indexEndpointServiceSettings =
     indexEndpointServiceSettingsBuilder.build();
 

IndexEndpointServiceStubSettings.Builder

Builder for IndexEndpointServiceStubSettings.

IndexServiceStub

Base stub class for the IndexService service API.

This class is for advanced usage and reflects the underlying API directly.

IndexServiceStubSettings

Settings class to configure an instance of IndexServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getIndex to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 IndexServiceStubSettings.Builder indexServiceSettingsBuilder =
     IndexServiceStubSettings.newBuilder();
 indexServiceSettingsBuilder
     .getIndexSettings()
     .setRetrySettings(
         indexServiceSettingsBuilder
             .getIndexSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 IndexServiceStubSettings indexServiceSettings = indexServiceSettingsBuilder.build();
 

IndexServiceStubSettings.Builder

Builder for IndexServiceStubSettings.

JobServiceStub

Base stub class for the JobService service API.

This class is for advanced usage and reflects the underlying API directly.

JobServiceStubSettings

Settings class to configure an instance of JobServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createCustomJob to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 JobServiceStubSettings.Builder jobServiceSettingsBuilder = JobServiceStubSettings.newBuilder();
 jobServiceSettingsBuilder
     .createCustomJobSettings()
     .setRetrySettings(
         jobServiceSettingsBuilder
             .createCustomJobSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 JobServiceStubSettings jobServiceSettings = jobServiceSettingsBuilder.build();
 

JobServiceStubSettings.Builder

Builder for JobServiceStubSettings.

MatchServiceStub

Base stub class for the MatchService service API.

This class is for advanced usage and reflects the underlying API directly.

MatchServiceStubSettings

Settings class to configure an instance of MatchServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of findNeighbors to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 MatchServiceStubSettings.Builder matchServiceSettingsBuilder =
     MatchServiceStubSettings.newBuilder();
 matchServiceSettingsBuilder
     .findNeighborsSettings()
     .setRetrySettings(
         matchServiceSettingsBuilder
             .findNeighborsSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 MatchServiceStubSettings matchServiceSettings = matchServiceSettingsBuilder.build();
 

MatchServiceStubSettings.Builder

Builder for MatchServiceStubSettings.

MetadataServiceStub

Base stub class for the MetadataService service API.

This class is for advanced usage and reflects the underlying API directly.

MetadataServiceStubSettings

Settings class to configure an instance of MetadataServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getMetadataStore to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 MetadataServiceStubSettings.Builder metadataServiceSettingsBuilder =
     MetadataServiceStubSettings.newBuilder();
 metadataServiceSettingsBuilder
     .getMetadataStoreSettings()
     .setRetrySettings(
         metadataServiceSettingsBuilder
             .getMetadataStoreSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 MetadataServiceStubSettings metadataServiceSettings = metadataServiceSettingsBuilder.build();
 

MetadataServiceStubSettings.Builder

Builder for MetadataServiceStubSettings.

MigrationServiceStub

Base stub class for the MigrationService service API.

This class is for advanced usage and reflects the underlying API directly.

MigrationServiceStubSettings

Settings class to configure an instance of MigrationServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getLocation to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 MigrationServiceStubSettings.Builder migrationServiceSettingsBuilder =
     MigrationServiceStubSettings.newBuilder();
 migrationServiceSettingsBuilder
     .getLocationSettings()
     .setRetrySettings(
         migrationServiceSettingsBuilder
             .getLocationSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 MigrationServiceStubSettings migrationServiceSettings = migrationServiceSettingsBuilder.build();
 

MigrationServiceStubSettings.Builder

Builder for MigrationServiceStubSettings.

ModelServiceStub

Base stub class for the ModelService service API.

This class is for advanced usage and reflects the underlying API directly.

ModelServiceStubSettings

Settings class to configure an instance of ModelServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getModel to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ModelServiceStubSettings.Builder modelServiceSettingsBuilder =
     ModelServiceStubSettings.newBuilder();
 modelServiceSettingsBuilder
     .getModelSettings()
     .setRetrySettings(
         modelServiceSettingsBuilder
             .getModelSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ModelServiceStubSettings modelServiceSettings = modelServiceSettingsBuilder.build();
 

ModelServiceStubSettings.Builder

Builder for ModelServiceStubSettings.

PipelineServiceStub

Base stub class for the PipelineService service API.

This class is for advanced usage and reflects the underlying API directly.

PipelineServiceStubSettings

Settings class to configure an instance of PipelineServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createTrainingPipeline to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 PipelineServiceStubSettings.Builder pipelineServiceSettingsBuilder =
     PipelineServiceStubSettings.newBuilder();
 pipelineServiceSettingsBuilder
     .createTrainingPipelineSettings()
     .setRetrySettings(
         pipelineServiceSettingsBuilder
             .createTrainingPipelineSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 PipelineServiceStubSettings pipelineServiceSettings = pipelineServiceSettingsBuilder.build();
 

PipelineServiceStubSettings.Builder

Builder for PipelineServiceStubSettings.

PredictionServiceStub

Base stub class for the PredictionService service API.

This class is for advanced usage and reflects the underlying API directly.

PredictionServiceStubSettings

Settings class to configure an instance of PredictionServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of predict to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 PredictionServiceStubSettings.Builder predictionServiceSettingsBuilder =
     PredictionServiceStubSettings.newBuilder();
 predictionServiceSettingsBuilder
     .predictSettings()
     .setRetrySettings(
         predictionServiceSettingsBuilder
             .predictSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 PredictionServiceStubSettings predictionServiceSettings =
     predictionServiceSettingsBuilder.build();
 

PredictionServiceStubSettings.Builder

Builder for PredictionServiceStubSettings.

ScheduleServiceStub

Base stub class for the ScheduleService service API.

This class is for advanced usage and reflects the underlying API directly.

ScheduleServiceStubSettings

Settings class to configure an instance of ScheduleServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createSchedule to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 ScheduleServiceStubSettings.Builder scheduleServiceSettingsBuilder =
     ScheduleServiceStubSettings.newBuilder();
 scheduleServiceSettingsBuilder
     .createScheduleSettings()
     .setRetrySettings(
         scheduleServiceSettingsBuilder
             .createScheduleSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 ScheduleServiceStubSettings scheduleServiceSettings = scheduleServiceSettingsBuilder.build();
 

ScheduleServiceStubSettings.Builder

Builder for ScheduleServiceStubSettings.

SpecialistPoolServiceStub

Base stub class for the SpecialistPoolService service API.

This class is for advanced usage and reflects the underlying API directly.

SpecialistPoolServiceStubSettings

Settings class to configure an instance of SpecialistPoolServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getSpecialistPool to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 SpecialistPoolServiceStubSettings.Builder specialistPoolServiceSettingsBuilder =
     SpecialistPoolServiceStubSettings.newBuilder();
 specialistPoolServiceSettingsBuilder
     .getSpecialistPoolSettings()
     .setRetrySettings(
         specialistPoolServiceSettingsBuilder
             .getSpecialistPoolSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 SpecialistPoolServiceStubSettings specialistPoolServiceSettings =
     specialistPoolServiceSettingsBuilder.build();
 

SpecialistPoolServiceStubSettings.Builder

Builder for SpecialistPoolServiceStubSettings.

TensorboardServiceStub

Base stub class for the TensorboardService service API.

This class is for advanced usage and reflects the underlying API directly.

TensorboardServiceStubSettings

Settings class to configure an instance of TensorboardServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getTensorboard to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 TensorboardServiceStubSettings.Builder tensorboardServiceSettingsBuilder =
     TensorboardServiceStubSettings.newBuilder();
 tensorboardServiceSettingsBuilder
     .getTensorboardSettings()
     .setRetrySettings(
         tensorboardServiceSettingsBuilder
             .getTensorboardSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 TensorboardServiceStubSettings tensorboardServiceSettings =
     tensorboardServiceSettingsBuilder.build();
 

TensorboardServiceStubSettings.Builder

Builder for TensorboardServiceStubSettings.

VizierServiceStub

Base stub class for the VizierService service API.

This class is for advanced usage and reflects the underlying API directly.

VizierServiceStubSettings

Settings class to configure an instance of VizierServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (aiplatform.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createStudy to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 VizierServiceStubSettings.Builder vizierServiceSettingsBuilder =
     VizierServiceStubSettings.newBuilder();
 vizierServiceSettingsBuilder
     .createStudySettings()
     .setRetrySettings(
         vizierServiceSettingsBuilder
             .createStudySettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 VizierServiceStubSettings vizierServiceSettings = vizierServiceSettingsBuilder.build();
 

VizierServiceStubSettings.Builder

Builder for VizierServiceStubSettings.