Interface NotebookRuntimeOptionsOrBuilder (0.63.0)

public interface NotebookRuntimeOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAiPlatformNotebookRuntimeTemplate()

public abstract String getAiPlatformNotebookRuntimeTemplate()

Optional. The resource name of the Colab runtime template, from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

string ai_platform_notebook_runtime_template = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The aiPlatformNotebookRuntimeTemplate.

getAiPlatformNotebookRuntimeTemplateBytes()

public abstract ByteString getAiPlatformNotebookRuntimeTemplateBytes()

Optional. The resource name of the Colab runtime template, from which a runtime is created for notebook executions. If not specified, a runtime is created with Colab's default specifications.

string ai_platform_notebook_runtime_template = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for aiPlatformNotebookRuntimeTemplate.

getExecutionSinkCase()

public abstract NotebookRuntimeOptions.ExecutionSinkCase getExecutionSinkCase()
Returns
Type Description
NotebookRuntimeOptions.ExecutionSinkCase

getGcsOutputBucket()

public abstract String getGcsOutputBucket()

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

string gcs_output_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The gcsOutputBucket.

getGcsOutputBucketBytes()

public abstract ByteString getGcsOutputBucketBytes()

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

string gcs_output_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for gcsOutputBucket.

hasGcsOutputBucket()

public abstract boolean hasGcsOutputBucket()

Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.

string gcs_output_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the gcsOutputBucket field is set.