Vertex AI v1 API - Class GenerateSyntheticDataResponse (3.45.0)

public sealed class GenerateSyntheticDataResponse : IMessage<GenerateSyntheticDataResponse>, IEquatable<GenerateSyntheticDataResponse>, IDeepCloneable<GenerateSyntheticDataResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1 API class GenerateSyntheticDataResponse.

The response containing the generated data.

Inheritance

object > GenerateSyntheticDataResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GenerateSyntheticDataResponse()

public GenerateSyntheticDataResponse()

GenerateSyntheticDataResponse(GenerateSyntheticDataResponse)

public GenerateSyntheticDataResponse(GenerateSyntheticDataResponse other)
Parameter
Name Description
other GenerateSyntheticDataResponse

Properties

SyntheticExamples

public RepeatedField<SyntheticExample> SyntheticExamples { get; }

A list of generated synthetic examples.

Property Value
Type Description
RepeatedFieldSyntheticExample