Class EvaluationServiceStubSettings.Builder
java.lang.Object
com.google.api.gax.rpc.StubSettings.Builder<EvaluationServiceStubSettings,EvaluationServiceStubSettings.Builder>
com.google.cloud.aiplatform.v1beta1.stub.EvaluationServiceStubSettings.Builder
- Enclosing class:
- EvaluationServiceStubSettings
public static class EvaluationServiceStubSettings.Builder
extends StubSettings.Builder<EvaluationServiceStubSettings,EvaluationServiceStubSettings.Builder>
Builder for EvaluationServiceStubSettings.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuilder()protectedBuilder(ClientContext clientContext) protectedBuilder(EvaluationServiceStubSettings settings) -
Method Summary
Modifier and TypeMethodDescriptionapplyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.build()OperationCallSettings.Builder<EvaluateDatasetRequest,EvaluateDatasetResponse, EvaluateDatasetOperationMetadata> Returns the builder for the settings used for calls to evaluateDataset.Returns the builder for the settings used for calls to evaluateDataset.Returns the builder for the settings used for calls to evaluateInstances.Returns the builder for the settings used for calls to generateInstanceRubrics.Returns the builder for the settings used for calls to getIamPolicy.Returns the builder for the settings used for calls to getLocation.PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, EvaluationServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations.Returns the builder for the settings used for calls to setIamPolicy.Returns the builder for the settings used for calls to testIamPermissions.com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> Methods inherited from class com.google.api.gax.rpc.StubSettings.Builder
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toString
-
Constructor Details
-
Builder
protected Builder() -
Builder
-
Builder
-
-
Method Details
-
applyToAllUnaryMethods
public EvaluationServiceStubSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?, ?>, Void> settingsUpdater) Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
unaryMethodSettingsBuilders
public com.google.common.collect.ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders() -
evaluateInstancesSettings
public UnaryCallSettings.Builder<EvaluateInstancesRequest,EvaluateInstancesResponse> evaluateInstancesSettings()Returns the builder for the settings used for calls to evaluateInstances. -
evaluateDatasetSettings
Returns the builder for the settings used for calls to evaluateDataset. -
evaluateDatasetOperationSettings
public OperationCallSettings.Builder<EvaluateDatasetRequest,EvaluateDatasetResponse, evaluateDatasetOperationSettings()EvaluateDatasetOperationMetadata> Returns the builder for the settings used for calls to evaluateDataset. -
generateInstanceRubricsSettings
public UnaryCallSettings.Builder<GenerateInstanceRubricsRequest,GenerateInstanceRubricsResponse> generateInstanceRubricsSettings()Returns the builder for the settings used for calls to generateInstanceRubrics. -
listLocationsSettings
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse, listLocationsSettings()EvaluationServiceClient.ListLocationsPagedResponse> Returns the builder for the settings used for calls to listLocations. -
getLocationSettings
Returns the builder for the settings used for calls to getLocation. -
setIamPolicySettings
Returns the builder for the settings used for calls to setIamPolicy. -
getIamPolicySettings
Returns the builder for the settings used for calls to getIamPolicy. -
testIamPermissionsSettings
public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()Returns the builder for the settings used for calls to testIamPermissions. -
build
- Specified by:
buildin classStubSettings.Builder<EvaluationServiceStubSettings,EvaluationServiceStubSettings.Builder> - Throws:
IOException
-